Delen via


KustoClusterResource.GetOutboundNetworkDependenciesEndpointsAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/outboundNetworkDependenciesEndpoints
  • Operation Id: Clusters_ListOutboundNetworkDependenciesEndpoints
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.OutboundNetworkDependenciesEndpoint> GetOutboundNetworkDependenciesEndpointsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetOutboundNetworkDependenciesEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.OutboundNetworkDependenciesEndpoint>
override this.GetOutboundNetworkDependenciesEndpointsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.OutboundNetworkDependenciesEndpoint>
Public Overridable Function GetOutboundNetworkDependenciesEndpointsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OutboundNetworkDependenciesEndpoint)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of OutboundNetworkDependenciesEndpoint that may take multiple service requests to iterate over.

Applies to