TopLevelDomainResource.GetAgreementsAsync メソッド

定義

[説明] ドメインを購入する前にユーザーが同意する必要があるすべての法的契約を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}/listAgreements
  • 操作IdTopLevelDomains_ListAgreements
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.TldLegalAgreement> GetAgreementsAsync (Azure.ResourceManager.AppService.Models.TopLevelDomainAgreementOption agreementOption, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAgreementsAsync : Azure.ResourceManager.AppService.Models.TopLevelDomainAgreementOption * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.TldLegalAgreement>
override this.GetAgreementsAsync : Azure.ResourceManager.AppService.Models.TopLevelDomainAgreementOption * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.TldLegalAgreement>
Public Overridable Function GetAgreementsAsync (agreementOption As TopLevelDomainAgreementOption, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TldLegalAgreement)

パラメーター

agreementOption
TopLevelDomainAgreementOption

ドメイン 契約のオプション。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の TldLegalAgreement サービス要求を受け取る可能性がある の非同期コレクション。

例外

agreementOption が null です。

適用対象