Partager via


WebAppsOperationsExtensions.ListDomainOwnershipIdentifiersNextAsync Méthode

Définition

Répertorie les identificateurs de propriété pour le domaine associé à l’application web.

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

Paramètres

operations
IWebAppsOperations

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é pour le domaine associé à l’application web.

S’applique à