Поделиться через


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 GroupIdInformationInner get(String resourceGroupName, String workspaceName, String groupId)

Get the specified private link resource Get the specified private link resource for the given group id (sub-resource).

abstract Response<GroupIdInformationInner> getWithResponse(String resourceGroupName, String workspaceName, String groupId, Context context)

Get the specified private link resource Get the specified private link resource for the given group id (sub-resource).

abstract PagedIterable<GroupIdInformationInner> list(String resourceGroupName, String workspaceName)

List private link resources List private link resources for a given workspace.

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

List private link resources List private link resources for a given workspace.

Method Details

get

public abstract GroupIdInformationInner get(String resourceGroupName, String workspaceName, String groupId)

Get the specified private link resource Get the specified private link resource for the given group id (sub-resource).

Parameters:

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

Returns:

the specified private link resource for the given group id (sub-resource).

getWithResponse

public abstract Response<GroupIdInformationInner> getWithResponse(String resourceGroupName, String workspaceName, String groupId, Context context)

Get the specified private link resource Get the specified private link resource for the given group id (sub-resource).

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
groupId - The name of the private link resource.
context - The context to associate with this operation.

Returns:

the specified private link resource for the given group id (sub-resource) along with Response<T>.

list

public abstract PagedIterable<GroupIdInformationInner> list(String resourceGroupName, String workspaceName)

List private link resources List private link resources for a given workspace.

Parameters:

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

Returns:

the available private link resources for a workspace as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<GroupIdInformationInner> list(String resourceGroupName, String workspaceName, Context context)

List private link resources List private link resources for a given workspace.

Parameters:

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

Returns:

the available private link resources for a workspace as paginated response with PagedIterable<T>.

Applies to