Partager via


SiteSlotDomainOwnershipIdentifierResource.Update 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}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • IdWebApps_UpdateDomainOwnershipIdentifierSlot d’opération
public virtual Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource> Update (Azure.ResourceManager.AppService.AppServiceIdentifierData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.AppService.AppServiceIdentifierData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
override this.Update : Azure.ResourceManager.AppService.AppServiceIdentifierData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
Public Overridable Function Update (data As AppServiceIdentifierData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotDomainOwnershipIdentifierResource)

Paramètres

data
AppServiceIdentifierData

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

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

data a la valeur null.

S’applique à