Partager via


WebAppsOperationsExtensions.ListDomainOwnershipIdentifiersSlotNextAsync 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>> ListDomainOwnershipIdentifiersSlotNextAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListDomainOwnershipIdentifiersSlotNextAsync : 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 ListDomainOwnershipIdentifiersSlotNextAsync (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 de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

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

S’applique à