Interface PrivateLinkResourcesClient
-
public interface PrivateLinkResourcesClientAn instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateLinkResourceListResultInnerlistByVault(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.
-
-
-
Method Detail
-
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.
- 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.
- 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
PrivateLinkResourceListResultInner listByVault(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.
- 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.
- 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.
-
-