Compartir a través de


ClustersOperationsExtensions.ListOutboundNetworkDependenciesEndpointsNextAsync Método

Definición

Obtiene los puntos de conexión de red de todas las dependencias salientes de un clúster de 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

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

Se aplica a