Partager via


DomainsOperationsExtensions.CreateOrUpdateOwnershipIdentifierAsync Méthode

Définition

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.WebSites.Models.DomainOwnershipIdentifier> CreateOrUpdateOwnershipIdentifierAsync (this Microsoft.Azure.Management.WebSites.IDomainsOperations operations, string resourceGroupName, string domainName, string name, Microsoft.Azure.Management.WebSites.Models.DomainOwnershipIdentifier domainOwnershipIdentifier, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateOwnershipIdentifierAsync : Microsoft.Azure.Management.WebSites.IDomainsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.DomainOwnershipIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.DomainOwnershipIdentifier>
<Extension()>
Public Function CreateOrUpdateOwnershipIdentifierAsync (operations As IDomainsOperations, resourceGroupName As String, domainName As String, name As String, domainOwnershipIdentifier As DomainOwnershipIdentifier, 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.

domainOwnershipIdentifier
DomainOwnershipIdentifier

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 pour un identificateur existant

S’applique à