Share via


ClustersOperationsExtensions.ListOutboundNetworkDependenciesEndpoints Method

Definition

Gets the network endpoints of all outbound dependencies of a Kusto cluster

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint> ListOutboundNetworkDependenciesEndpoints (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName);
static member ListOutboundNetworkDependenciesEndpoints : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpoints (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As IPage(Of OutboundNetworkDependenciesEndpoint)

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing the Kusto cluster.

clusterName
String

The name of the Kusto cluster.

Returns

Applies to