KustoPoolPrivateLinkResourcesOperationsClient Interface

public interface KustoPoolPrivateLinkResourcesOperationsClient

An instance of this class provides access to all the operations defined in KustoPoolPrivateLinkResourcesOperationsClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<KustoPoolPrivateLinkResourcesInner> list(String resourceGroupName, String workspaceName, String kustoPoolName)

Lists all Kusto pool PrivateLinkResources.

abstract PagedIterable<KustoPoolPrivateLinkResourcesInner> list(String resourceGroupName, String workspaceName, String kustoPoolName, Context context)

Lists all Kusto pool PrivateLinkResources.

Method Details

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName, String kustoPoolName)

Lists all Kusto pool PrivateLinkResources.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
kustoPoolName - The name of the Kusto pool.

Returns:

the list Kusto Private Link Resources operation response as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workspaceName, String kustoPoolName, Context context)

Lists all Kusto pool PrivateLinkResources.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
kustoPoolName - The name of the Kusto pool.
context - The context to associate with this operation.

Returns:

the list Kusto Private Link Resources operation response as paginated response with PagedIterable<T>.

Applies to