次の方法で共有


IAppServiceCertificateOrder.VerifyDomainOwnershipAsync メソッド

定義

Azure で購入したドメインを指定して、ドメインの所有権を確認します。

public System.Threading.Tasks.Task VerifyDomainOwnershipAsync (Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain domain, System.Threading.CancellationToken cancellationToken = default);
abstract member VerifyDomainOwnershipAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function VerifyDomainOwnershipAsync (domain As IAppServiceDomain, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

domain
IAppServiceDomain

Azure マネージド ドメイン。

cancellationToken
CancellationToken

戻り値

適用対象