PrivateLinkResources Interface

public interface PrivateLinkResources

Resource collection API of PrivateLinkResources.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<PrivateLinkResource> listByHostPool(String resourceGroupName, String hostPoolName)

List the private link resources available for this hostpool.

abstract PagedIterable<PrivateLinkResource> listByHostPool(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List the private link resources available for this hostpool.

abstract PagedIterable<PrivateLinkResource> listByWorkspace(String resourceGroupName, String workspaceName)

List the private link resources available for this workspace.

abstract PagedIterable<PrivateLinkResource> listByWorkspace(String resourceGroupName, String workspaceName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List the private link resources available for this workspace.

Method Details

listByHostPool

public abstract PagedIterable<PrivateLinkResource> listByHostPool(String resourceGroupName, String hostPoolName)

List the private link resources available for this hostpool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.

Returns:

a list of private link resources as paginated response with PagedIterable<T>.

listByHostPool

public abstract PagedIterable<PrivateLinkResource> listByHostPool(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List the private link resources available for this hostpool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
pageSize - Number of items per page.
isDescending - Indicates whether the collection is descending.
initialSkip - Initial number of items to skip.
context - The context to associate with this operation.

Returns:

a list of private link resources as paginated response with PagedIterable<T>.

listByWorkspace

public abstract PagedIterable<PrivateLinkResource> listByWorkspace(String resourceGroupName, String workspaceName)

List the private link resources available for this workspace.

Parameters:

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

Returns:

a list of private link resources as paginated response with PagedIterable<T>.

listByWorkspace

public abstract PagedIterable<PrivateLinkResource> listByWorkspace(String resourceGroupName, String workspaceName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List the private link resources available for this workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
pageSize - Number of items per page.
isDescending - Indicates whether the collection is descending.
initialSkip - Initial number of items to skip.
context - The context to associate with this operation.

Returns:

a list of private link resources as paginated response with PagedIterable<T>.

Applies to