DomainsOperationsExtensions.UpdateOwnershipIdentifierAsync 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.
Crée un identificateur de propriété pour un domaine ou met à jour les détails de l’identificateur d’un identificateur existant
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner> UpdateOwnershipIdentifierAsync (this Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations operations, string resourceGroupName, string domainName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner domainOwnershipIdentifier, System.Threading.CancellationToken cancellationToken = default);
static member UpdateOwnershipIdentifierAsync : Microsoft.Azure.Management.AppService.Fluent.IDomainsOperations * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DomainOwnershipIdentifierInner>
<Extension()>
Public Function UpdateOwnershipIdentifierAsync (operations As IDomainsOperations, resourceGroupName As String, domainName As String, name As String, domainOwnershipIdentifier As DomainOwnershipIdentifierInner, 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.
- domainOwnershipIdentifier
- DomainOwnershipIdentifierInner
Représentation JSON des propriétés de propriété de domaine.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Description pour Crée un identificateur de propriété pour un domaine ou met à jour les détails de l’identificateur d’un identificateur existant
S’applique à
Azure SDK for .NET