Partager via


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

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 à