Compartilhar via


TopLevelDomainsOperationsExtensions.ListAgreementsAsync Método

Definição

Obtém todos os contratos legais que o usuário precisa aceitar antes de comprar um domínio.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TldLegalAgreement>> ListAgreementsAsync (this Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations operations, string name, Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainAgreementOption agreementOption, System.Threading.CancellationToken cancellationToken = default);
static member ListAgreementsAsync : Microsoft.Azure.Management.AppService.Fluent.ITopLevelDomainsOperations * string * Microsoft.Azure.Management.AppService.Fluent.Models.TopLevelDomainAgreementOption * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.TldLegalAgreement>>
<Extension()>
Public Function ListAgreementsAsync (operations As ITopLevelDomainsOperations, name As String, agreementOption As TopLevelDomainAgreementOption, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TldLegalAgreement))

Parâmetros

operations
ITopLevelDomainsOperations

O grupo de operações para esse método de extensão.

name
String

Nome do domínio de nível superior.

agreementOption
TopLevelDomainAgreementOption

Opções de contrato de domínio.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obtém todos os contratos legais que o usuário precisa aceitar antes de comprar um domínio.

Aplica-se a