PrivateLinkResourcesClient Interface
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
Method Summary
Method Details
listByHostPool
public abstract PagedIterable<PrivateLinkResourceInner> listByHostPool(String resourceGroupName, String hostPoolName)
List the private link resources available for this hostpool.
Parameters:
Returns:
listByHostPool
public abstract PagedIterable<PrivateLinkResourceInner> listByHostPool(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)
List the private link resources available for this hostpool.
Parameters:
Returns:
listByHostPoolAsync
public abstract PagedFlux<PrivateLinkResourceInner> listByHostPoolAsync(String resourceGroupName, String hostPoolName)
List the private link resources available for this hostpool.
Parameters:
Returns:
listByHostPoolAsync
public abstract PagedFlux<PrivateLinkResourceInner> listByHostPoolAsync(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip)
List the private link resources available for this hostpool.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<PrivateLinkResourceInner> listByWorkspace(String resourceGroupName, String workspaceName)
List the private link resources available for this workspace.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<PrivateLinkResourceInner> listByWorkspace(String resourceGroupName, String workspaceName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)
List the private link resources available for this workspace.
Parameters:
Returns:
listByWorkspaceAsync
public abstract PagedFlux<PrivateLinkResourceInner> listByWorkspaceAsync(String resourceGroupName, String workspaceName)
List the private link resources available for this workspace.
Parameters:
Returns:
listByWorkspaceAsync
public abstract PagedFlux<PrivateLinkResourceInner> listByWorkspaceAsync(String resourceGroupName, String workspaceName, Integer pageSize, Boolean isDescending, Integer initialSkip)
List the private link resources available for this workspace.
Parameters:
Returns: