Partager via


DomainsOperationsExtensions.ListOwnershipIdentifiersNextAsync Méthode

Définition

Répertorie les identificateurs de propriété de domaine.

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

Paramètres

operations
IDomainsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description des listes d’identificateurs de propriété de domaine.

S’applique à