Partager via


SiteDomainOwnershipIdentifierCollection.CreateOrUpdateAsync Méthode

Définition

Description pour Crée un identificateur de propriété de domaine pour l’application web ou met à jour un identificateur de propriété existant.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • IdWebApps_CreateOrUpdateDomainOwnershipIdentifier d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string domainOwnershipIdentifierName, Azure.ResourceManager.AppService.AppServiceIdentifierData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServiceIdentifierData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.AppServiceIdentifierData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, domainOwnershipIdentifierName As String, data As AppServiceIdentifierData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of SiteDomainOwnershipIdentifierResource))

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.

domainOwnershipIdentifierName
String

Nom de l’identificateur de propriété de domaine.

data
AppServiceIdentifierData

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

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

domainOwnershipIdentifierName ou data est null.

S’applique à