Partilhar via


ClustersOperationsExtensions.ListOutboundNetworkDependenciesEndpointsNextAsync Método

Definição

Obtém os pontos de extremidade de rede de todas as dependências de saída de um cluster Kusto

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

Parâmetros

operations
IClustersOperations

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

Aplica-se a