WebSiteSlotResource.GetSiteSlotDomainOwnershipIdentifierAsync 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 de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
- IdWebApps_GetDomainOwnershipIdentifierSlot d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>> GetSiteSlotDomainOwnershipIdentifierAsync (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSiteSlotDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>>
override this.GetSiteSlotDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>>
Public Overridable Function GetSiteSlotDomainOwnershipIdentifierAsync (domainOwnershipIdentifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 devait être non vide.
domainOwnershipIdentifierName
a la valeur null.