Interface PrivateLinkResourcesClient
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
-
Method Summary
Modifier and TypeMethodDescriptionlistByVault(String resourceGroupName, String vaultName) Gets the private link resources supported for the key vault.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.
-
Method Details
-
listByVaultWithResponseAsync
Mono<com.azure.core.http.rest.Response<PrivateLinkResourceListResultInner>> 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
Responseon successful completion ofMono. - Throws:
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.
-
listByVaultAsync
Mono<PrivateLinkResourceListResultInner> 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. - Throws:
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.
-
listByVaultWithResponse
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.- 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. - Throws:
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.
-
listByVault
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.
- Throws:
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.
-