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