Partilhar via


DomainsOperationsExtensions.GetOwnershipIdentifierAsync Método

Definição

Obter o identificador de propriedade do domínio

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner> GetOwnershipIdentifierAsync (this Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations operations, string resourceGroupName, string domainName, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetOwnershipIdentifierAsync : Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner>
<Extension()>
Public Function GetOwnershipIdentifierAsync (operations As IDomainsOperations, resourceGroupName As String, domainName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DomainOwnershipIdentifierInner)

Parâmetros

operations
IDomainsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual o recurso pertence.

domainName
String

Nome do domínio.

name
String

Nome do identificador.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Observações

Descrição para Obter o identificador de propriedade do domínio

Aplica-se a