Compartir a través de


WebSiteManagementClientExtensions.ListSiteIdentifiersAssignedToHostNameNextAsync Método

Definición

Enumere todas las aplicaciones asignadas a un nombre de host.

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

Parámetros

operations
IWebSiteManagementClient

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Descripción para Enumerar todas las aplicaciones asignadas a un nombre de host.

Se aplica a