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
Private |
listByStorageAccount(String resourceGroupName, String accountName)
Gets the private link resources that need to be created for a storage account. |
abstract
Mono<Private |
listByStorageAccountAsync(String resourceGroupName, String accountName)
Gets the private link resources that need to be created for a storage account. |
abstract
Response<Private |
listByStorageAccountWithResponse(String resourceGroupName, String accountName, Context context)
Gets the private link resources that need to be created for a storage account. |
abstract
Mono<Response<Private |
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:
Returns:
listByStorageAccountAsync
public abstract Mono
Gets the private link resources that need to be created for a storage account.
Parameters:
Returns:
listByStorageAccountWithResponse
public abstract Response
Gets the private link resources that need to be created for a storage account.
Parameters:
Returns:
listByStorageAccountWithResponseAsync
public abstract Mono
Gets the private link resources that need to be created for a storage account.
Parameters:
Returns:
Applies to
Azure SDK for Java