Share via


ClustersOperationsExtensions.ListOutboundNetworkDependenciesEndpointsNext 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> ListOutboundNetworkDependenciesEndpointsNext (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string nextPageLink);
static member ListOutboundNetworkDependenciesEndpointsNext : Microsoft.Azure.Management.Kusto.IClustersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Kusto.Models.OutboundNetworkDependenciesEndpoint>
<Extension()>
Public Function ListOutboundNetworkDependenciesEndpointsNext (operations As IClustersOperations, nextPageLink As String) As IPage(Of OutboundNetworkDependenciesEndpoint)

Parameters

operations
IClustersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to