WebSiteSlotResource.GetSiteSlotDomainOwnershipIdentifier Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Description pour Obtenir l’identificateur de propriété de domaine pour l’application web.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
- IdWebApps_GetDomainOwnershipIdentifierSlot d’opération
public virtual Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource> GetSiteSlotDomainOwnershipIdentifier (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteSlotDomainOwnershipIdentifier : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
override this.GetSiteSlotDomainOwnershipIdentifier : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
Public Overridable Function GetSiteSlotDomainOwnershipIdentifier (domainOwnershipIdentifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotDomainOwnershipIdentifierResource)
Paramètres
- domainOwnershipIdentifierName
- String
Nom de l’identificateur 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
a la valeur null.