Partager via


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

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.

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 on s’attendait à ce qu’elle ne soit pas vide.

domainOwnershipIdentifierName ou data est null.

S’applique à