Compartilhar via


WebAppsOperationsExtensions.ListHostNameBindingsNextAsync Método

Definição

Obtenha associações de nome de host para um aplicativo ou um slot de implantação.

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter associações de nome de host para um aplicativo ou um slot de implantação.

Aplica-se a