Bagikan melalui


IAppServiceCertificateOrder.VerifyDomainOwnershipAsync Method

Definition

Verifies the ownership of the domain by providing the Azure purchased domain.

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

Parameters

domain
IAppServiceDomain

The Azure managed domain.

cancellationToken
CancellationToken

Returns

Applies to