public interface PrivateLinkResourcesClient
| Modifier and Type | Method and Description |
|---|---|
PrivateLinkResourceListResultInner |
listByVault(String resourceGroupName,
String vaultName)
Gets the private link resources supported for the key vault.
|
Mono<PrivateLinkResourceListResultInner> |
listByVaultAsync(String resourceGroupName,
String vaultName)
Gets the private link resources supported for the key vault.
|
com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> |
listByVaultWithResponse(String resourceGroupName,
String vaultName,
com.azure.core.util.Context context)
Gets the private link resources supported for the key vault.
|
Mono<com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner>> |
listByVaultWithResponseAsync(String resourceGroupName,
String vaultName)
Gets the private link resources supported for the key vault.
|
Mono<com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner>> listByVaultWithResponseAsync(String resourceGroupName, String vaultName)
resourceGroupName - Name of the resource group that contains the key vault.vaultName - The name of the key vault.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PrivateLinkResourceListResultInner> listByVaultAsync(String resourceGroupName, String vaultName)
resourceGroupName - Name of the resource group that contains the key vault.vaultName - The name of the key vault.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PrivateLinkResourceListResultInner listByVault(String resourceGroupName, String vaultName)
resourceGroupName - Name of the resource group that contains the key vault.vaultName - The name of the key vault.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner> listByVaultWithResponse(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.