Partager via


DomainOwnershipIdentifierCollection.CreateOrUpdate Méthode

Définition

Description : Crée un identificateur de propriété pour un domaine ou met à jour les détails de l’identificateur d’un identificateur existant

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • IdDomains_CreateOrUpdateOwnershipIdentifier d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string name, Azure.ResourceManager.AppService.DomainOwnershipIdentifierData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.DomainOwnershipIdentifierData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.DomainOwnershipIdentifierData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, name As String, data As DomainOwnershipIdentifierData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DomainOwnershipIdentifierResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

name
String

Nom de l’identificateur.

data
DomainOwnershipIdentifierData

Représentation JSON des propriétés de propriété de domaine.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

name est une chaîne vide et devait être non vide.

name ou data est null.

S’applique à