Partager via


WebSiteManagementClientExtensions.ListCustomHostNameSitesNextAsync Méthode

Définition

Obtenir des noms d’hôte personnalisés sous cet abonnement

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

Paramètres

operations
IWebSiteManagementClient

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

S’applique à