PrivateLinkHubPrivateLinkResources Interface

public interface PrivateLinkHubPrivateLinkResources

Resource collection API of PrivateLinkHubPrivateLinkResources.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResource get(String resourceGroupName, String privateLinkHubName, String privateLinkResourceName)

Get Private Link Hub Private Link Resource Get private link resource in private link hub.

abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String privateLinkHubName, String privateLinkResourceName, Context context)

Get Private Link Hub Private Link Resource Get private link resource in private link hub.

abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String privateLinkHubName)

Private Link Resources Get all private link resources for a private link hub.

abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String privateLinkHubName, Context context)

Private Link Resources Get all private link resources for a private link hub.

Method Details

get

public abstract PrivateLinkResource get(String resourceGroupName, String privateLinkHubName, String privateLinkResourceName)

Get Private Link Hub Private Link Resource Get private link resource in private link hub.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateLinkHubName - The name of the private link hub.
privateLinkResourceName - The name of the private link resource.

Returns:

private link resource in private link hub.

getWithResponse

public abstract Response<PrivateLinkResource> getWithResponse(String resourceGroupName, String privateLinkHubName, String privateLinkResourceName, Context context)

Get Private Link Hub Private Link Resource Get private link resource in private link hub.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateLinkHubName - The name of the private link hub.
privateLinkResourceName - The name of the private link resource.
context - The context to associate with this operation.

Returns:

private link resource in private link hub along with Response<T>.

list

public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String privateLinkHubName)

Private Link Resources Get all private link resources for a private link hub.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
privateLinkHubName - The name of the private link hub.

Returns:

all private link resources for a private link hub as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<PrivateLinkResource> list(String resourceGroupName, String privateLinkHubName, Context context)

Private Link Resources Get all private link resources for a private link hub.

Parameters:

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

Returns:

all private link resources for a private link hub as paginated response with PagedIterable<T>.

Applies to