Partager via


DomainsOperationsExtensions.GetOwnershipIdentifierAsync Méthode

Définition

Obtenir l’identificateur de propriété pour le domaine

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

Paramètres

operations
IDomainsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

domainName
String

Nom du domaine.

name
String

Nom de l’identificateur.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description de l’obtention de l’identificateur de propriété pour le domaine

S’applique à