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 listByStorageAccount(String resourceGroupName, String accountName)

Gets the private link resources that need to be created for a storage account.

abstract Mono<PrivateLinkResourceListResultInner> listByStorageAccountAsync(String resourceGroupName, String accountName)

Gets the private link resources that need to be created for a storage account.

abstract Response<PrivateLinkResourceListResultInner> listByStorageAccountWithResponse(String resourceGroupName, String accountName, Context context)

Gets the private link resources that need to be created for a storage account.

abstract Mono<Response<PrivateLinkResourceListResultInner>> listByStorageAccountWithResponseAsync(String resourceGroupName, String accountName)

Gets the private link resources that need to be created for a storage account.

Method Details

listByStorageAccount

public abstract PrivateLinkResourceListResultInner listByStorageAccount(String resourceGroupName, String accountName)

Gets the private link resources that need to be created for a storage account.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the private link resources that need to be created for a storage account.

listByStorageAccountAsync

public abstract Mono listByStorageAccountAsync(String resourceGroupName, String accountName)

Gets the private link resources that need to be created for a storage account.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the private link resources that need to be created for a storage account on successful completion of Mono.

listByStorageAccountWithResponse

public abstract Response listByStorageAccountWithResponse(String resourceGroupName, String accountName, Context context)

Gets the private link resources that need to be created for a storage account.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
context - The context to associate with this operation.

Returns:

the private link resources that need to be created for a storage account along with Response<T>.

listByStorageAccountWithResponseAsync

public abstract Mono> listByStorageAccountWithResponseAsync(String resourceGroupName, String accountName)

Gets the private link resources that need to be created for a storage account.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the private link resources that need to be created for a storage account along with Response<T> on successful completion of Mono.

Applies to