AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionListNextAsync Método

Definição

Obtém a lista de pontos de extremidade privados associados a um ambiente de hospedagem

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

Parâmetros

operations
IAppServiceEnvironmentsOperations

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 Obtém a lista de pontos de extremidade privados associados a um ambiente de hospedagem

Aplica-se a