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 PrivateLinkResourceListResultInner listByVault(String resourceGroupName, String vaultName)

Gets the private link resources supported for the key vault.

abstract Mono<PrivateLinkResourceListResultInner> listByVaultAsync(String resourceGroupName, String vaultName)

Gets the private link resources supported for the key vault.

abstract Response<PrivateLinkResourceListResultInner> listByVaultWithResponse(String resourceGroupName, String vaultName, Context context)

Gets the private link resources supported for the key vault.

abstract Mono<Response<PrivateLinkResourceListResultInner>> listByVaultWithResponseAsync(String resourceGroupName, String vaultName)

Gets the private link resources supported for the key vault.

Method Details

listByVault

public abstract PrivateLinkResourceListResultInner listByVault(String resourceGroupName, String vaultName)

Gets the private link resources supported for the key vault.

Parameters:

resourceGroupName - Name of the resource group that contains the key vault.
vaultName - The name of the key vault.

Returns:

the private link resources supported for the key vault.

listByVaultAsync

public abstract Mono listByVaultAsync(String resourceGroupName, String vaultName)

Gets the private link resources supported for the key vault.

Parameters:

resourceGroupName - Name of the resource group that contains the key vault.
vaultName - The name of the key vault.

Returns:

the private link resources supported for the key vault on successful completion of Mono.

listByVaultWithResponse

public abstract Response listByVaultWithResponse(String resourceGroupName, String vaultName, Context context)

Gets the private link resources supported for the key vault.

Parameters:

resourceGroupName - Name of the resource group that contains the key vault.
vaultName - The name of the key vault.
context - The context to associate with this operation.

Returns:

the private link resources supported for the key vault along with Response<T>.

listByVaultWithResponseAsync

public abstract Mono> listByVaultWithResponseAsync(String resourceGroupName, String vaultName)

Gets the private link resources supported for the key vault.

Parameters:

resourceGroupName - Name of the resource group that contains the key vault.
vaultName - The name of the key vault.

Returns:

the private link resources supported for the key vault along with Response<T> on successful completion of Mono.

Applies to