你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 PrivateLinkResourcesListResultInner get(String resourceGroupName, String namespaceName)

Gets lists of resources that supports Privatelinks.

abstract Mono<PrivateLinkResourcesListResultInner> getAsync(String resourceGroupName, String namespaceName)

Gets lists of resources that supports Privatelinks.

abstract Response<PrivateLinkResourcesListResultInner> getWithResponse(String resourceGroupName, String namespaceName, Context context)

Gets lists of resources that supports Privatelinks.

abstract Mono<Response<PrivateLinkResourcesListResultInner>> getWithResponseAsync(String resourceGroupName, String namespaceName)

Gets lists of resources that supports Privatelinks.

Method Details

get

public abstract PrivateLinkResourcesListResultInner get(String resourceGroupName, String namespaceName)

Gets lists of resources that supports Privatelinks.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
namespaceName - The namespace name.

Returns:

lists of resources that supports Privatelinks.

getAsync

public abstract Mono getAsync(String resourceGroupName, String namespaceName)

Gets lists of resources that supports Privatelinks.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
namespaceName - The namespace name.

Returns:

lists of resources that supports Privatelinks on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String namespaceName, Context context)

Gets lists of resources that supports Privatelinks.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
namespaceName - The namespace name.
context - The context to associate with this operation.

Returns:

lists of resources that supports Privatelinks along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String namespaceName)

Gets lists of resources that supports Privatelinks.

Parameters:

resourceGroupName - Name of the Resource group within the Azure subscription.
namespaceName - The namespace name.

Returns:

lists of resources that supports Privatelinks along with Response<T> on successful completion of Mono.

Applies to