WebAppsOperationsExtensions.GetDomainOwnershipIdentifierAsync Método

Definição

Obter o identificador de propriedade de domínio para o aplicativo Web.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.Identifier> GetDomainOwnershipIdentifierAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);
static member GetDomainOwnershipIdentifierAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.Identifier>
<Extension()>
Public Function GetDomainOwnershipIdentifierAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, domainOwnershipIdentifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Identifier)

Parâmetros

operations
IWebAppsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do aplicativo.

domainOwnershipIdentifierName
String

Nome do identificador de propriedade do domínio.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter identificador de propriedade de domínio para aplicativo Web.

Aplica-se a