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 |
listByVault(String resourceGroupName, String vaultName)
Gets the private link resources supported for the key vault. |
abstract
Mono<Private |
listByVaultAsync(String resourceGroupName, String vaultName)
Gets the private link resources supported for the key vault. |
abstract
Response<Private |
listByVaultWithResponse(String resourceGroupName, String vaultName, Context context)
Gets the private link resources supported for the key vault. |
abstract
Mono<Response<Private |
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:
Returns:
listByVaultAsync
public abstract Mono
Gets the private link resources supported for the key vault.
Parameters:
Returns:
listByVaultWithResponse
public abstract Response
Gets the private link resources supported for the key vault.
Parameters:
Returns:
listByVaultWithResponseAsync
public abstract Mono
Gets the private link resources supported for the key vault.
Parameters:
Returns:
Applies to
Azure SDK for Java