TopLevelDomainsOperationsExtensions.ListAgreementsNext Method

Definition

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
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.

Applies to