TopLevelDomainsOperationsExtensions.ListAgreementsNext(ITopLevelDomainsOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all legal agreements that user needs to accept before purchasing a domain.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement> ListAgreementsNext (this Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations operations, string nextPageLink);
static member ListAgreementsNext : Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement>
<Extension()>
Public Function ListAgreementsNext (operations As ITopLevelDomainsOperations, nextPageLink As String) As IPage(Of TldLegalAgreement)
Parameters
- operations
- ITopLevelDomainsOperations
The operations group for this extension method.
- nextPageLink
- System.String
The NextLink from the previous successful call to List operation.
Returns
Remarks
Description for Gets all legal agreements that user needs to accept before purchasing a domain.