Partilhar via


WebAppsOperationsExtensions.ListDomainOwnershipIdentifiersSlotNextAsync Método

Definição

Lista os identificadores de propriedade do domínio associado à aplicação Web.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner>> ListDomainOwnershipIdentifiersSlotNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListDomainOwnershipIdentifiersSlotNextAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.IdentifierInner>>
<Extension()>
Public Function ListDomainOwnershipIdentifiersSlotNextAsync (operations As IWebAppsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IdentifierInner))

Parâmetros

operations
IWebAppsOperations

O grupo de operações para este método de extensão.

nextPageLink
String

A NextLink da chamada com êxito anterior para a operação Lista.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Observações

Descrição dos identificadores de propriedade listas para o domínio associado à aplicação Web.

Aplica-se a