Share via


TopLevelDomainsOperationsExtensions.ListAgreementsNextAsync Method

Definition

Gets all legal agreements that user needs to accept before purchasing a domain.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TldLegalAgreement>> ListAgreementsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAgreementsNextAsync : Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TldLegalAgreement>>
<Extension()>
Public Function ListAgreementsNextAsync (operations As ITopLevelDomainsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Gets all legal agreements that user needs to accept before purchasing a domain.

Applies to