PrivateLinkResourcesClient Interface

public interface PrivateLinkResourcesClient

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

Method Summary

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

List the private link resources available for this hostpool.

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.

abstract PagedFlux<PrivateLinkResourceInner> listByHostPoolAsync(String resourceGroupName, String hostPoolName)

List the private link resources available for this hostpool.

abstract PagedFlux<PrivateLinkResourceInner> listByHostPoolAsync(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip)

List the private link resources available for this hostpool.

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

List the private link resources available for this workspace.

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.

abstract PagedFlux<PrivateLinkResourceInner> listByWorkspaceAsync(String resourceGroupName, String workspaceName)

List the private link resources available for this workspace.

abstract PagedFlux<PrivateLinkResourceInner> listByWorkspaceAsync(String resourceGroupName, String workspaceName, Integer pageSize, Boolean isDescending, Integer initialSkip)

List the private link resources available for this workspace.

Method Details

listByHostPool

public abstract PagedIterable<PrivateLinkResourceInner> 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<PrivateLinkResourceInner> 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>.

listByHostPoolAsync

public abstract PagedFlux<PrivateLinkResourceInner> listByHostPoolAsync(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 PagedFlux<T>.

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:

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.

Returns:

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

listByWorkspace

public abstract PagedIterable<PrivateLinkResourceInner> 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<PrivateLinkResourceInner> 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>.

listByWorkspaceAsync

public abstract PagedFlux<PrivateLinkResourceInner> listByWorkspaceAsync(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 PagedFlux<T>.

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:

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.

Returns:

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

Applies to