public final class VaultsClient extends Object implements InnerSupportsGet<VaultInner>, InnerSupportsDelete<Void>
| Constructor and Description |
|---|
VaultsClient(KeyVaultManagementClient client)
Initializes an instance of VaultsClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VaultInner>,VaultInner> |
beginCreateOrUpdate(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters)
Create or update a key vault in the specified subscription.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VaultInner>,VaultInner> |
beginCreateOrUpdate(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Create or update a key vault in the specified subscription.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VaultInner>,VaultInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters)
Create or update a key vault in the specified subscription.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VaultInner>,VaultInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Create or update a key vault in the specified subscription.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPurgeDeleted(String vaultName,
String location)
Permanently deletes the specified vault.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPurgeDeleted(String vaultName,
String location,
com.azure.core.util.Context context)
Permanently deletes the specified vault.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPurgeDeletedAsync(String vaultName,
String location)
Permanently deletes the specified vault.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginPurgeDeletedAsync(String vaultName,
String location,
com.azure.core.util.Context context)
Permanently deletes the specified vault.
|
CheckNameAvailabilityResultInner |
checkNameAvailability(String name)
Checks that the vault name is valid and is not already in use.
|
CheckNameAvailabilityResultInner |
checkNameAvailability(String name,
com.azure.core.util.Context context)
Checks that the vault name is valid and is not already in use.
|
Mono<CheckNameAvailabilityResultInner> |
checkNameAvailabilityAsync(String name)
Checks that the vault name is valid and is not already in use.
|
Mono<CheckNameAvailabilityResultInner> |
checkNameAvailabilityAsync(String name,
com.azure.core.util.Context context)
Checks that the vault name is valid and is not already in use.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> |
checkNameAvailabilityWithResponseAsync(String name)
Checks that the vault name is valid and is not already in use.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> |
checkNameAvailabilityWithResponseAsync(String name,
com.azure.core.util.Context context)
Checks that the vault name is valid and is not already in use.
|
VaultInner |
createOrUpdate(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters)
Create or update a key vault in the specified subscription.
|
VaultInner |
createOrUpdate(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Create or update a key vault in the specified subscription.
|
Mono<VaultInner> |
createOrUpdateAsync(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters)
Create or update a key vault in the specified subscription.
|
Mono<VaultInner> |
createOrUpdateAsync(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Create or update a key vault in the specified subscription.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters)
Create or update a key vault in the specified subscription.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Create or update a key vault in the specified subscription.
|
void |
delete(String resourceGroupName,
String vaultName)
Deletes the specified Azure key vault.
|
void |
delete(String resourceGroupName,
String vaultName,
com.azure.core.util.Context context)
Deletes the specified Azure key vault.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String vaultName)
Deletes the specified Azure key vault.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String vaultName,
com.azure.core.util.Context context)
Deletes the specified Azure key vault.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String vaultName)
Deletes the specified Azure key vault.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String vaultName,
com.azure.core.util.Context context)
Deletes the specified Azure key vault.
|
VaultInner |
getByResourceGroup(String resourceGroupName,
String vaultName)
Gets the specified Azure key vault.
|
VaultInner |
getByResourceGroup(String resourceGroupName,
String vaultName,
com.azure.core.util.Context context)
Gets the specified Azure key vault.
|
Mono<VaultInner> |
getByResourceGroupAsync(String resourceGroupName,
String vaultName)
Gets the specified Azure key vault.
|
Mono<VaultInner> |
getByResourceGroupAsync(String resourceGroupName,
String vaultName,
com.azure.core.util.Context context)
Gets the specified Azure key vault.
|
Mono<com.azure.core.http.rest.Response<VaultInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String vaultName)
Gets the specified Azure key vault.
|
Mono<com.azure.core.http.rest.Response<VaultInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String vaultName,
com.azure.core.util.Context context)
Gets the specified Azure key vault.
|
DeletedVaultInner |
getDeleted(String vaultName,
String location)
Gets the deleted Azure key vault.
|
DeletedVaultInner |
getDeleted(String vaultName,
String location,
com.azure.core.util.Context context)
Gets the deleted Azure key vault.
|
Mono<DeletedVaultInner> |
getDeletedAsync(String vaultName,
String location)
Gets the deleted Azure key vault.
|
Mono<DeletedVaultInner> |
getDeletedAsync(String vaultName,
String location,
com.azure.core.util.Context context)
Gets the deleted Azure key vault.
|
Mono<com.azure.core.http.rest.Response<DeletedVaultInner>> |
getDeletedWithResponseAsync(String vaultName,
String location)
Gets the deleted Azure key vault.
|
Mono<com.azure.core.http.rest.Response<DeletedVaultInner>> |
getDeletedWithResponseAsync(String vaultName,
String location,
com.azure.core.util.Context context)
Gets the deleted Azure key vault.
|
com.azure.core.http.rest.PagedIterable<com.azure.core.management.Resource> |
list()
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedIterable<com.azure.core.management.Resource> |
list(Integer top)
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedIterable<com.azure.core.management.Resource> |
list(Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedFlux<com.azure.core.management.Resource> |
listAsync()
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedFlux<com.azure.core.management.Resource> |
listAsync(Integer top)
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedFlux<com.azure.core.management.Resource> |
listAsync(Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedIterable<VaultInner> |
listByResourceGroup(String resourceGroupName)
The List operation gets information about the vaults associated with the subscription and within the specified
resource group.
|
com.azure.core.http.rest.PagedIterable<VaultInner> |
listByResourceGroup(String resourceGroupName,
Integer top)
The List operation gets information about the vaults associated with the subscription and within the specified
resource group.
|
com.azure.core.http.rest.PagedIterable<VaultInner> |
listByResourceGroup(String resourceGroupName,
Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription and within the specified
resource group.
|
com.azure.core.http.rest.PagedFlux<VaultInner> |
listByResourceGroupAsync(String resourceGroupName)
The List operation gets information about the vaults associated with the subscription and within the specified
resource group.
|
com.azure.core.http.rest.PagedFlux<VaultInner> |
listByResourceGroupAsync(String resourceGroupName,
Integer top)
The List operation gets information about the vaults associated with the subscription and within the specified
resource group.
|
com.azure.core.http.rest.PagedFlux<VaultInner> |
listByResourceGroupAsync(String resourceGroupName,
Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription and within the specified
resource group.
|
Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> |
listByResourceGroupNextSinglePageAsync(String nextLink)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> |
listByResourceGroupNextSinglePageAsync(String nextLink,
com.azure.core.util.Context context)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> |
listByResourceGroupSinglePageAsync(String resourceGroupName,
Integer top)
The List operation gets information about the vaults associated with the subscription and within the specified
resource group.
|
Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> |
listByResourceGroupSinglePageAsync(String resourceGroupName,
Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription and within the specified
resource group.
|
com.azure.core.http.rest.PagedIterable<VaultInner> |
listBySubscription()
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedIterable<VaultInner> |
listBySubscription(Integer top)
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedIterable<VaultInner> |
listBySubscription(Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedFlux<VaultInner> |
listBySubscriptionAsync()
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedFlux<VaultInner> |
listBySubscriptionAsync(Integer top)
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedFlux<VaultInner> |
listBySubscriptionAsync(Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription.
|
Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> |
listBySubscriptionNextSinglePageAsync(String nextLink)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> |
listBySubscriptionNextSinglePageAsync(String nextLink,
com.azure.core.util.Context context)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> |
listBySubscriptionSinglePageAsync(Integer top)
The List operation gets information about the vaults associated with the subscription.
|
Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> |
listBySubscriptionSinglePageAsync(Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription.
|
com.azure.core.http.rest.PagedIterable<DeletedVaultInner> |
listDeleted()
Gets information about the deleted vaults in a subscription.
|
com.azure.core.http.rest.PagedIterable<DeletedVaultInner> |
listDeleted(com.azure.core.util.Context context)
Gets information about the deleted vaults in a subscription.
|
com.azure.core.http.rest.PagedFlux<DeletedVaultInner> |
listDeletedAsync()
Gets information about the deleted vaults in a subscription.
|
com.azure.core.http.rest.PagedFlux<DeletedVaultInner> |
listDeletedAsync(com.azure.core.util.Context context)
Gets information about the deleted vaults in a subscription.
|
Mono<com.azure.core.http.rest.PagedResponse<DeletedVaultInner>> |
listDeletedNextSinglePageAsync(String nextLink)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<DeletedVaultInner>> |
listDeletedNextSinglePageAsync(String nextLink,
com.azure.core.util.Context context)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<DeletedVaultInner>> |
listDeletedSinglePageAsync()
Gets information about the deleted vaults in a subscription.
|
Mono<com.azure.core.http.rest.PagedResponse<DeletedVaultInner>> |
listDeletedSinglePageAsync(com.azure.core.util.Context context)
Gets information about the deleted vaults in a subscription.
|
Mono<com.azure.core.http.rest.PagedResponse<com.azure.core.management.Resource>> |
listNextSinglePageAsync(String nextLink)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<com.azure.core.management.Resource>> |
listNextSinglePageAsync(String nextLink,
com.azure.core.util.Context context)
Get the next page of items.
|
Mono<com.azure.core.http.rest.PagedResponse<com.azure.core.management.Resource>> |
listSinglePageAsync(Integer top)
The List operation gets information about the vaults associated with the subscription.
|
Mono<com.azure.core.http.rest.PagedResponse<com.azure.core.management.Resource>> |
listSinglePageAsync(Integer top,
com.azure.core.util.Context context)
The List operation gets information about the vaults associated with the subscription.
|
void |
purgeDeleted(String vaultName,
String location)
Permanently deletes the specified vault.
|
void |
purgeDeleted(String vaultName,
String location,
com.azure.core.util.Context context)
Permanently deletes the specified vault.
|
Mono<Void> |
purgeDeletedAsync(String vaultName,
String location)
Permanently deletes the specified vault.
|
Mono<Void> |
purgeDeletedAsync(String vaultName,
String location,
com.azure.core.util.Context context)
Permanently deletes the specified vault.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
purgeDeletedWithResponseAsync(String vaultName,
String location)
Permanently deletes the specified vault.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
purgeDeletedWithResponseAsync(String vaultName,
String location,
com.azure.core.util.Context context)
Permanently deletes the specified vault.
|
VaultInner |
update(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters)
Update a key vault in the specified subscription.
|
VaultInner |
update(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters,
com.azure.core.util.Context context)
Update a key vault in the specified subscription.
|
VaultAccessPolicyParametersInner |
updateAccessPolicy(String resourceGroupName,
String vaultName,
AccessPolicyUpdateKind operationKind,
VaultAccessPolicyProperties properties)
Update access policies in a key vault in the specified subscription.
|
VaultAccessPolicyParametersInner |
updateAccessPolicy(String resourceGroupName,
String vaultName,
AccessPolicyUpdateKind operationKind,
VaultAccessPolicyProperties properties,
com.azure.core.util.Context context)
Update access policies in a key vault in the specified subscription.
|
Mono<VaultAccessPolicyParametersInner> |
updateAccessPolicyAsync(String resourceGroupName,
String vaultName,
AccessPolicyUpdateKind operationKind,
VaultAccessPolicyProperties properties)
Update access policies in a key vault in the specified subscription.
|
Mono<VaultAccessPolicyParametersInner> |
updateAccessPolicyAsync(String resourceGroupName,
String vaultName,
AccessPolicyUpdateKind operationKind,
VaultAccessPolicyProperties properties,
com.azure.core.util.Context context)
Update access policies in a key vault in the specified subscription.
|
Mono<com.azure.core.http.rest.Response<VaultAccessPolicyParametersInner>> |
updateAccessPolicyWithResponseAsync(String resourceGroupName,
String vaultName,
AccessPolicyUpdateKind operationKind,
VaultAccessPolicyProperties properties)
Update access policies in a key vault in the specified subscription.
|
Mono<com.azure.core.http.rest.Response<VaultAccessPolicyParametersInner>> |
updateAccessPolicyWithResponseAsync(String resourceGroupName,
String vaultName,
AccessPolicyUpdateKind operationKind,
VaultAccessPolicyProperties properties,
com.azure.core.util.Context context)
Update access policies in a key vault in the specified subscription.
|
Mono<VaultInner> |
updateAsync(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters)
Update a key vault in the specified subscription.
|
Mono<VaultInner> |
updateAsync(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters,
com.azure.core.util.Context context)
Update a key vault in the specified subscription.
|
Mono<com.azure.core.http.rest.Response<VaultInner>> |
updateWithResponseAsync(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters)
Update a key vault in the specified subscription.
|
Mono<com.azure.core.http.rest.Response<VaultInner>> |
updateWithResponseAsync(String resourceGroupName,
String vaultName,
VaultPatchParameters parameters,
com.azure.core.util.Context context)
Update a key vault in the specified subscription.
|
public VaultsClient(KeyVaultManagementClient client)
client - the instance of the service client containing this operation class.public Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VaultInner>,VaultInner> beginCreateOrUpdateAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VaultInner>,VaultInner> beginCreateOrUpdateAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VaultInner>,VaultInner> beginCreateOrUpdate(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VaultInner>,VaultInner> beginCreateOrUpdate(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public Mono<VaultInner> createOrUpdateAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public Mono<VaultInner> createOrUpdateAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public VaultInner createOrUpdate(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public VaultInner createOrUpdate(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public Mono<com.azure.core.http.rest.Response<VaultInner>> updateWithResponseAsync(String resourceGroupName, String vaultName, VaultPatchParameters parameters)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public Mono<com.azure.core.http.rest.Response<VaultInner>> updateWithResponseAsync(String resourceGroupName, String vaultName, VaultPatchParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public Mono<VaultInner> updateAsync(String resourceGroupName, String vaultName, VaultPatchParameters parameters)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public Mono<VaultInner> updateAsync(String resourceGroupName, String vaultName, VaultPatchParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public VaultInner update(String resourceGroupName, String vaultName, VaultPatchParameters parameters)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public VaultInner update(String resourceGroupName, String vaultName, VaultPatchParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the server belongs.vaultName - Name of the vault.parameters - Parameters for creating or updating a 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.public Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String vaultName)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the vault to delete.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.public Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the vault to delete.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.public Mono<Void> deleteAsync(String resourceGroupName, String vaultName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the vault to delete.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.public Mono<Void> deleteAsync(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the vault to delete.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.public void delete(String resourceGroupName, String vaultName)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the vault to delete.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.public void delete(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the vault to delete.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.public Mono<com.azure.core.http.rest.Response<VaultInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String vaultName)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the 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.public Mono<com.azure.core.http.rest.Response<VaultInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the 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.public Mono<VaultInner> getByResourceGroupAsync(String resourceGroupName, String vaultName)
getByResourceGroupAsync in interface InnerSupportsGet<VaultInner>resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the 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.public Mono<VaultInner> getByResourceGroupAsync(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the 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.public VaultInner getByResourceGroup(String resourceGroupName, String vaultName)
getByResourceGroup in interface InnerSupportsGet<VaultInner>resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the 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.public VaultInner getByResourceGroup(String resourceGroupName, String vaultName, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - The name of the 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.public Mono<com.azure.core.http.rest.Response<VaultAccessPolicyParametersInner>> updateAccessPolicyWithResponseAsync(String resourceGroupName, String vaultName, AccessPolicyUpdateKind operationKind, VaultAccessPolicyProperties properties)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - Name of the vault.operationKind - Name of the operation.properties - Properties of the vault access policy.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.public Mono<com.azure.core.http.rest.Response<VaultAccessPolicyParametersInner>> updateAccessPolicyWithResponseAsync(String resourceGroupName, String vaultName, AccessPolicyUpdateKind operationKind, VaultAccessPolicyProperties properties, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - Name of the vault.operationKind - Name of the operation.properties - Properties of the vault access policy.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.public Mono<VaultAccessPolicyParametersInner> updateAccessPolicyAsync(String resourceGroupName, String vaultName, AccessPolicyUpdateKind operationKind, VaultAccessPolicyProperties properties)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - Name of the vault.operationKind - Name of the operation.properties - Properties of the vault access policy.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.public Mono<VaultAccessPolicyParametersInner> updateAccessPolicyAsync(String resourceGroupName, String vaultName, AccessPolicyUpdateKind operationKind, VaultAccessPolicyProperties properties, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - Name of the vault.operationKind - Name of the operation.properties - Properties of the vault access policy.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.public VaultAccessPolicyParametersInner updateAccessPolicy(String resourceGroupName, String vaultName, AccessPolicyUpdateKind operationKind, VaultAccessPolicyProperties properties)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - Name of the vault.operationKind - Name of the operation.properties - Properties of the vault access policy.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.public VaultAccessPolicyParametersInner updateAccessPolicy(String resourceGroupName, String vaultName, AccessPolicyUpdateKind operationKind, VaultAccessPolicyProperties properties, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.vaultName - Name of the vault.operationKind - Name of the operation.properties - Properties of the vault access policy.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.public Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> listByResourceGroupSinglePageAsync(String resourceGroupName, Integer top)
resourceGroupName - The name of the Resource Group to which the vault belongs.top - Maximum number of results to return.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.public Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> listByResourceGroupSinglePageAsync(String resourceGroupName, Integer top, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<VaultInner> listByResourceGroupAsync(String resourceGroupName, Integer top)
resourceGroupName - The name of the Resource Group to which the vault belongs.top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<VaultInner> listByResourceGroupAsync(String resourceGroupName, Integer top, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<VaultInner> listByResourceGroupAsync(String resourceGroupName)
resourceGroupName - The name of the Resource Group to which the vault belongs.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.public com.azure.core.http.rest.PagedIterable<VaultInner> listByResourceGroup(String resourceGroupName, Integer top)
resourceGroupName - The name of the Resource Group to which the vault belongs.top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedIterable<VaultInner> listByResourceGroup(String resourceGroupName, Integer top, com.azure.core.util.Context context)
resourceGroupName - The name of the Resource Group to which the vault belongs.top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedIterable<VaultInner> listByResourceGroup(String resourceGroupName)
resourceGroupName - The name of the Resource Group to which the vault belongs.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.public Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> listBySubscriptionSinglePageAsync(Integer top)
top - Maximum number of results to return.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.public Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> listBySubscriptionSinglePageAsync(Integer top, com.azure.core.util.Context context)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<VaultInner> listBySubscriptionAsync(Integer top)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<VaultInner> listBySubscriptionAsync(Integer top, com.azure.core.util.Context context)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<VaultInner> listBySubscriptionAsync()
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.public com.azure.core.http.rest.PagedIterable<VaultInner> listBySubscription(Integer top)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedIterable<VaultInner> listBySubscription(Integer top, com.azure.core.util.Context context)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedIterable<VaultInner> listBySubscription()
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.public Mono<com.azure.core.http.rest.PagedResponse<DeletedVaultInner>> listDeletedSinglePageAsync()
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.public Mono<com.azure.core.http.rest.PagedResponse<DeletedVaultInner>> listDeletedSinglePageAsync(com.azure.core.util.Context context)
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.public com.azure.core.http.rest.PagedFlux<DeletedVaultInner> listDeletedAsync()
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.public com.azure.core.http.rest.PagedFlux<DeletedVaultInner> listDeletedAsync(com.azure.core.util.Context context)
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.public com.azure.core.http.rest.PagedIterable<DeletedVaultInner> listDeleted()
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.public com.azure.core.http.rest.PagedIterable<DeletedVaultInner> listDeleted(com.azure.core.util.Context context)
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.public Mono<com.azure.core.http.rest.Response<DeletedVaultInner>> getDeletedWithResponseAsync(String vaultName, String location)
vaultName - The name of the vault.location - The location of the deleted 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.public Mono<com.azure.core.http.rest.Response<DeletedVaultInner>> getDeletedWithResponseAsync(String vaultName, String location, com.azure.core.util.Context context)
vaultName - The name of the vault.location - The location of the deleted 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.public Mono<DeletedVaultInner> getDeletedAsync(String vaultName, String location)
vaultName - The name of the vault.location - The location of the deleted 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.public Mono<DeletedVaultInner> getDeletedAsync(String vaultName, String location, com.azure.core.util.Context context)
vaultName - The name of the vault.location - The location of the deleted 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.public DeletedVaultInner getDeleted(String vaultName, String location)
vaultName - The name of the vault.location - The location of the deleted 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.public DeletedVaultInner getDeleted(String vaultName, String location, com.azure.core.util.Context context)
vaultName - The name of the vault.location - The location of the deleted 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.public Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> purgeDeletedWithResponseAsync(String vaultName, String location)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> purgeDeletedWithResponseAsync(String vaultName, String location, com.azure.core.util.Context context)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginPurgeDeletedAsync(String vaultName, String location)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginPurgeDeletedAsync(String vaultName, String location, com.azure.core.util.Context context)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginPurgeDeleted(String vaultName, String location)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginPurgeDeleted(String vaultName, String location, com.azure.core.util.Context context)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public Mono<Void> purgeDeletedAsync(String vaultName, String location)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public Mono<Void> purgeDeletedAsync(String vaultName, String location, com.azure.core.util.Context context)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public void purgeDeleted(String vaultName, String location)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public void purgeDeleted(String vaultName, String location, com.azure.core.util.Context context)
vaultName - The name of the soft-deleted vault.location - The location of the soft-deleted 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.public Mono<com.azure.core.http.rest.PagedResponse<com.azure.core.management.Resource>> listSinglePageAsync(Integer top)
top - Maximum number of results to return.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.public Mono<com.azure.core.http.rest.PagedResponse<com.azure.core.management.Resource>> listSinglePageAsync(Integer top, com.azure.core.util.Context context)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<com.azure.core.management.Resource> listAsync(Integer top)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<com.azure.core.management.Resource> listAsync(Integer top, com.azure.core.util.Context context)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedFlux<com.azure.core.management.Resource> listAsync()
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.public com.azure.core.http.rest.PagedIterable<com.azure.core.management.Resource> list(Integer top)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedIterable<com.azure.core.management.Resource> list(Integer top, com.azure.core.util.Context context)
top - Maximum number of results to return.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.public com.azure.core.http.rest.PagedIterable<com.azure.core.management.Resource> list()
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.public Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> checkNameAvailabilityWithResponseAsync(String name)
name - The vault name.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.public Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> checkNameAvailabilityWithResponseAsync(String name, com.azure.core.util.Context context)
name - The vault name.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.public Mono<CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(String name)
name - The vault name.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.public Mono<CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(String name, com.azure.core.util.Context context)
name - The vault name.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.public CheckNameAvailabilityResultInner checkNameAvailability(String name)
name - The vault name.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.public CheckNameAvailabilityResultInner checkNameAvailability(String name, com.azure.core.util.Context context)
name - The vault name.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.public Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> listByResourceGroupNextSinglePageAsync(String nextLink)
nextLink - The nextLink parameter.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.public Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> listByResourceGroupNextSinglePageAsync(String nextLink, com.azure.core.util.Context context)
nextLink - The nextLink parameter.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.public Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> listBySubscriptionNextSinglePageAsync(String nextLink)
nextLink - The nextLink parameter.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.public Mono<com.azure.core.http.rest.PagedResponse<VaultInner>> listBySubscriptionNextSinglePageAsync(String nextLink, com.azure.core.util.Context context)
nextLink - The nextLink parameter.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.public Mono<com.azure.core.http.rest.PagedResponse<DeletedVaultInner>> listDeletedNextSinglePageAsync(String nextLink)
nextLink - The nextLink parameter.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.public Mono<com.azure.core.http.rest.PagedResponse<DeletedVaultInner>> listDeletedNextSinglePageAsync(String nextLink, com.azure.core.util.Context context)
nextLink - The nextLink parameter.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.public Mono<com.azure.core.http.rest.PagedResponse<com.azure.core.management.Resource>> listNextSinglePageAsync(String nextLink)
nextLink - The nextLink parameter.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.public Mono<com.azure.core.http.rest.PagedResponse<com.azure.core.management.Resource>> listNextSinglePageAsync(String nextLink, com.azure.core.util.Context context)
nextLink - The nextLink parameter.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.