Partager via


TopLevelDomainsOperationsExtensions.ListAgreementsAsync Méthode

Définition

Obtient tous les contrats juridiques que l’utilisateur doit accepter avant d’acheter un domaine.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.TldLegalAgreement>> ListAgreementsAsync (this Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations operations, string name, Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption agreementOption, System.Threading.CancellationToken cancellationToken = default);
static member ListAgreementsAsync : Microsoft.Azure.Management.WebSites.ITopLevelDomainsOperations * string * Microsoft.Azure.Management.WebSites.Models.TopLevelDomainAgreementOption * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.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))

Paramètres

operations
ITopLevelDomainsOperations

Groupe d’opérations pour cette méthode d’extension.

name
String

Nom du domaine de niveau supérieur.

agreementOption
TopLevelDomainAgreementOption

Options d’accord de domaine.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description pour Obtient tous les contrats juridiques que l’utilisateur doit accepter avant d’acheter un domaine.

S’applique à