Partager via


WebAppsOperationsExtensions.ListDomainOwnershipIdentifiersNext Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Identifier> ListDomainOwnershipIdentifiersNext (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string nextPageLink);
static member ListDomainOwnershipIdentifiersNext : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Identifier>
<Extension()>
Public Function ListDomainOwnershipIdentifiersNext (operations As IWebAppsOperations, nextPageLink As String) As 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.

Retours

Remarques

Description des listes d’identificateurs de propriété pour le domaine associé à l’application web.

S’applique à