DomainsOperationsExtensions.GetOwnershipIdentifierAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir l’identificateur de propriété pour le domaine
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)
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 à
Azure SDK for .NET