WebSiteSlotResource.GetSiteSlotDomainOwnershipIdentifierAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Descrição para Obter identificador de propriedade de domínio para o aplicativo Web.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
- IdWebApps_GetDomainOwnershipIdentifierSlot de operação
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))
Parâmetros
- domainOwnershipIdentifierName
- String
Nome do identificador de propriedade do domínio.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
domainOwnershipIdentifierName
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
domainOwnershipIdentifierName
é nulo.