Compartilhar via


ClustersOperationsExtensions.ListOutboundNetworkDependenciesEndpointsAsync 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>> ListOutboundNetworkDependenciesEndpointsAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListOutboundNetworkDependenciesEndpointsAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint>>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpointsAsync (operations As IClustersOperations, resourceGroupName As String, clusterName 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.

resourceGroupName
String

O nome do grupo de recursos que contém o cluster Kusto.

clusterName
String

O nome do cluster Kusto.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a