public interface StorageAccountsClient extends InnerSupportsGet<StorageAccountInner>, InnerSupportsListing<StorageAccountInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
beginCreate(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
beginCreate(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters,
com.azure.core.util.Context context)
Asynchronously creates a new storage account with the specified parameters.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
beginCreateAsync(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginFailover(String resourceGroupName,
String accountName)
Failover request can be triggered for a storage account in case of availability issues.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginFailover(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Failover request can be triggered for a storage account in case of availability issues.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginFailoverAsync(String resourceGroupName,
String accountName)
Failover request can be triggered for a storage account in case of availability issues.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> |
beginRestoreBlobRanges(String resourceGroupName,
String accountName,
OffsetDateTime timeToRestore,
List<BlobRestoreRange> blobRanges)
Restore blobs in the specified blob ranges.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> |
beginRestoreBlobRanges(String resourceGroupName,
String accountName,
OffsetDateTime timeToRestore,
List<BlobRestoreRange> blobRanges,
com.azure.core.util.Context context)
Restore blobs in the specified blob ranges.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> |
beginRestoreBlobRangesAsync(String resourceGroupName,
String accountName,
OffsetDateTime timeToRestore,
List<BlobRestoreRange> blobRanges)
Restore blobs in the specified blob ranges.
|
CheckNameAvailabilityResultInner |
checkNameAvailability(String name)
Checks that the storage account name is valid and is not already in use.
|
Mono<CheckNameAvailabilityResultInner> |
checkNameAvailabilityAsync(String name)
Checks that the storage account name is valid and is not already in use.
|
com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner> |
checkNameAvailabilityWithResponse(String name,
com.azure.core.util.Context context)
Checks that the storage account name is valid and is not already in use.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> |
checkNameAvailabilityWithResponseAsync(String name)
Checks that the storage account name is valid and is not already in use.
|
StorageAccountInner |
create(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
StorageAccountInner |
create(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters,
com.azure.core.util.Context context)
Asynchronously creates a new storage account with the specified parameters.
|
Mono<StorageAccountInner> |
createAsync(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createWithResponseAsync(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters)
Asynchronously creates a new storage account with the specified parameters.
|
void |
delete(String resourceGroupName,
String accountName)
Deletes a storage account in Microsoft Azure.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String accountName)
Deletes a storage account in Microsoft Azure.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Deletes a storage account in Microsoft Azure.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String accountName)
Deletes a storage account in Microsoft Azure.
|
void |
failover(String resourceGroupName,
String accountName)
Failover request can be triggered for a storage account in case of availability issues.
|
void |
failover(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Failover request can be triggered for a storage account in case of availability issues.
|
Mono<Void> |
failoverAsync(String resourceGroupName,
String accountName)
Failover request can be triggered for a storage account in case of availability issues.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
failoverWithResponseAsync(String resourceGroupName,
String accountName)
Failover request can be triggered for a storage account in case of availability issues.
|
StorageAccountInner |
getByResourceGroup(String resourceGroupName,
String accountName)
Returns the properties for the specified storage account including but not limited to name, SKU name, location,
and account status.
|
Mono<StorageAccountInner> |
getByResourceGroupAsync(String resourceGroupName,
String accountName)
Returns the properties for the specified storage account including but not limited to name, SKU name, location,
and account status.
|
Mono<StorageAccountInner> |
getByResourceGroupAsync(String resourceGroupName,
String accountName,
StorageAccountExpand expand)
Returns the properties for the specified storage account including but not limited to name, SKU name, location,
and account status.
|
com.azure.core.http.rest.Response<StorageAccountInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String accountName,
StorageAccountExpand expand,
com.azure.core.util.Context context)
Returns the properties for the specified storage account including but not limited to name, SKU name, location,
and account status.
|
Mono<com.azure.core.http.rest.Response<StorageAccountInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String accountName,
StorageAccountExpand expand)
Returns the properties for the specified storage account including but not limited to name, SKU name, location,
and account status.
|
com.azure.core.http.rest.PagedIterable<StorageAccountInner> |
list()
Lists all the storage accounts available under the subscription.
|
com.azure.core.http.rest.PagedIterable<StorageAccountInner> |
list(com.azure.core.util.Context context)
Lists all the storage accounts available under the subscription.
|
ListAccountSasResponseInner |
listAccountSas(String resourceGroupName,
String accountName,
AccountSasParameters parameters)
List SAS credentials of a storage account.
|
Mono<ListAccountSasResponseInner> |
listAccountSasAsync(String resourceGroupName,
String accountName,
AccountSasParameters parameters)
List SAS credentials of a storage account.
|
com.azure.core.http.rest.Response<ListAccountSasResponseInner> |
listAccountSasWithResponse(String resourceGroupName,
String accountName,
AccountSasParameters parameters,
com.azure.core.util.Context context)
List SAS credentials of a storage account.
|
Mono<com.azure.core.http.rest.Response<ListAccountSasResponseInner>> |
listAccountSasWithResponseAsync(String resourceGroupName,
String accountName,
AccountSasParameters parameters)
List SAS credentials of a storage account.
|
com.azure.core.http.rest.PagedFlux<StorageAccountInner> |
listAsync()
Lists all the storage accounts available under the subscription.
|
com.azure.core.http.rest.PagedIterable<StorageAccountInner> |
listByResourceGroup(String resourceGroupName)
Lists all the storage accounts available under the given resource group.
|
com.azure.core.http.rest.PagedIterable<StorageAccountInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all the storage accounts available under the given resource group.
|
com.azure.core.http.rest.PagedFlux<StorageAccountInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all the storage accounts available under the given resource group.
|
StorageAccountListKeysResultInner |
listKeys(String resourceGroupName,
String accountName)
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
Mono<StorageAccountListKeysResultInner> |
listKeysAsync(String resourceGroupName,
String accountName)
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
Mono<StorageAccountListKeysResultInner> |
listKeysAsync(String resourceGroupName,
String accountName,
ListKeyExpand expand)
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
com.azure.core.http.rest.Response<StorageAccountListKeysResultInner> |
listKeysWithResponse(String resourceGroupName,
String accountName,
ListKeyExpand expand,
com.azure.core.util.Context context)
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> |
listKeysWithResponseAsync(String resourceGroupName,
String accountName,
ListKeyExpand expand)
Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.
|
ListServiceSasResponseInner |
listServiceSas(String resourceGroupName,
String accountName,
ServiceSasParameters parameters)
List service SAS credentials of a specific resource.
|
Mono<ListServiceSasResponseInner> |
listServiceSasAsync(String resourceGroupName,
String accountName,
ServiceSasParameters parameters)
List service SAS credentials of a specific resource.
|
com.azure.core.http.rest.Response<ListServiceSasResponseInner> |
listServiceSasWithResponse(String resourceGroupName,
String accountName,
ServiceSasParameters parameters,
com.azure.core.util.Context context)
List service SAS credentials of a specific resource.
|
Mono<com.azure.core.http.rest.Response<ListServiceSasResponseInner>> |
listServiceSasWithResponseAsync(String resourceGroupName,
String accountName,
ServiceSasParameters parameters)
List service SAS credentials of a specific resource.
|
StorageAccountListKeysResultInner |
regenerateKey(String resourceGroupName,
String accountName,
String keyName)
Regenerates one of the access keys or Kerberos keys for the specified storage account.
|
Mono<StorageAccountListKeysResultInner> |
regenerateKeyAsync(String resourceGroupName,
String accountName,
String keyName)
Regenerates one of the access keys or Kerberos keys for the specified storage account.
|
com.azure.core.http.rest.Response<StorageAccountListKeysResultInner> |
regenerateKeyWithResponse(String resourceGroupName,
String accountName,
String keyName,
com.azure.core.util.Context context)
Regenerates one of the access keys or Kerberos keys for the specified storage account.
|
Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> |
regenerateKeyWithResponseAsync(String resourceGroupName,
String accountName,
String keyName)
Regenerates one of the access keys or Kerberos keys for the specified storage account.
|
BlobRestoreStatusInner |
restoreBlobRanges(String resourceGroupName,
String accountName,
OffsetDateTime timeToRestore,
List<BlobRestoreRange> blobRanges)
Restore blobs in the specified blob ranges.
|
BlobRestoreStatusInner |
restoreBlobRanges(String resourceGroupName,
String accountName,
OffsetDateTime timeToRestore,
List<BlobRestoreRange> blobRanges,
com.azure.core.util.Context context)
Restore blobs in the specified blob ranges.
|
Mono<BlobRestoreStatusInner> |
restoreBlobRangesAsync(String resourceGroupName,
String accountName,
OffsetDateTime timeToRestore,
List<BlobRestoreRange> blobRanges)
Restore blobs in the specified blob ranges.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
restoreBlobRangesWithResponseAsync(String resourceGroupName,
String accountName,
OffsetDateTime timeToRestore,
List<BlobRestoreRange> blobRanges)
Restore blobs in the specified blob ranges.
|
void |
revokeUserDelegationKeys(String resourceGroupName,
String accountName)
Revoke user delegation keys.
|
Mono<Void> |
revokeUserDelegationKeysAsync(String resourceGroupName,
String accountName)
Revoke user delegation keys.
|
com.azure.core.http.rest.Response<Void> |
revokeUserDelegationKeysWithResponse(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Revoke user delegation keys.
|
Mono<com.azure.core.http.rest.Response<Void>> |
revokeUserDelegationKeysWithResponseAsync(String resourceGroupName,
String accountName)
Revoke user delegation keys.
|
StorageAccountInner |
update(String resourceGroupName,
String accountName,
StorageAccountUpdateParameters parameters)
The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account.
|
Mono<StorageAccountInner> |
updateAsync(String resourceGroupName,
String accountName,
StorageAccountUpdateParameters parameters)
The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account.
|
com.azure.core.http.rest.Response<StorageAccountInner> |
updateWithResponse(String resourceGroupName,
String accountName,
StorageAccountUpdateParameters parameters,
com.azure.core.util.Context context)
The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account.
|
Mono<com.azure.core.http.rest.Response<StorageAccountInner>> |
updateWithResponseAsync(String resourceGroupName,
String accountName,
StorageAccountUpdateParameters parameters)
The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner>> checkNameAvailabilityWithResponseAsync(String name)
name - The storage account 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.Mono<CheckNameAvailabilityResultInner> checkNameAvailabilityAsync(String name)
name - The storage account 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.CheckNameAvailabilityResultInner checkNameAvailability(String name)
name - The storage account 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.com.azure.core.http.rest.Response<CheckNameAvailabilityResultInner> checkNameAvailabilityWithResponse(String name, com.azure.core.util.Context context)
name - The storage account 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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String accountName, StorageAccountCreateParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the created account.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> beginCreateAsync(String resourceGroupName, String accountName, StorageAccountCreateParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the created account.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> beginCreate(String resourceGroupName, String accountName, StorageAccountCreateParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the created account.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> beginCreate(String resourceGroupName, String accountName, StorageAccountCreateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the created account.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.Mono<StorageAccountInner> createAsync(String resourceGroupName, String accountName, StorageAccountCreateParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the created account.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.StorageAccountInner create(String resourceGroupName, String accountName, StorageAccountCreateParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the created account.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.StorageAccountInner create(String resourceGroupName, String accountName, StorageAccountCreateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the created account.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.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<Void> deleteAsync(String resourceGroupName, String accountName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.void delete(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<Void> deleteWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.Mono<com.azure.core.http.rest.Response<StorageAccountInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String accountName, StorageAccountExpand expand)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.expand - May be used to expand the properties within account's properties. By default, data is not included
when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.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<StorageAccountInner> getByResourceGroupAsync(String resourceGroupName, String accountName, StorageAccountExpand expand)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.expand - May be used to expand the properties within account's properties. By default, data is not included
when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.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<StorageAccountInner> getByResourceGroupAsync(String resourceGroupName, String accountName)
getByResourceGroupAsync in interface InnerSupportsGet<StorageAccountInner>resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.StorageAccountInner getByResourceGroup(String resourceGroupName, String accountName)
getByResourceGroup in interface InnerSupportsGet<StorageAccountInner>resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<StorageAccountInner> getByResourceGroupWithResponse(String resourceGroupName, String accountName, StorageAccountExpand expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.expand - May be used to expand the properties within account's properties. By default, data is not included
when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus.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.Mono<com.azure.core.http.rest.Response<StorageAccountInner>> updateWithResponseAsync(String resourceGroupName, String accountName, StorageAccountUpdateParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the updated account.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<StorageAccountInner> updateAsync(String resourceGroupName, String accountName, StorageAccountUpdateParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the updated account.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.StorageAccountInner update(String resourceGroupName, String accountName, StorageAccountUpdateParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the updated account.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<StorageAccountInner> updateWithResponse(String resourceGroupName, String accountName, StorageAccountUpdateParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide for the updated account.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.com.azure.core.http.rest.PagedFlux<StorageAccountInner> listAsync()
listAsync in interface InnerSupportsListing<StorageAccountInner>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.PagedIterable<StorageAccountInner> list()
list in interface InnerSupportsListing<StorageAccountInner>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.PagedIterable<StorageAccountInner> list(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.com.azure.core.http.rest.PagedFlux<StorageAccountInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<StorageAccountInner>resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.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.PagedIterable<StorageAccountInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<StorageAccountInner>resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.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.PagedIterable<StorageAccountInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.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.Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> listKeysWithResponseAsync(String resourceGroupName, String accountName, ListKeyExpand expand)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.expand - Specifies type of the key to be listed. Possible value is kerb.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<StorageAccountListKeysResultInner> listKeysAsync(String resourceGroupName, String accountName, ListKeyExpand expand)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.expand - Specifies type of the key to be listed. Possible value is kerb.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<StorageAccountListKeysResultInner> listKeysAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.StorageAccountListKeysResultInner listKeys(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<StorageAccountListKeysResultInner> listKeysWithResponse(String resourceGroupName, String accountName, ListKeyExpand expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.expand - Specifies type of the key to be listed. Possible value is kerb.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.Mono<com.azure.core.http.rest.Response<StorageAccountListKeysResultInner>> regenerateKeyWithResponseAsync(String resourceGroupName, String accountName, String keyName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.keyName - The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1,
kerb2.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<StorageAccountListKeysResultInner> regenerateKeyAsync(String resourceGroupName, String accountName, String keyName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.keyName - The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1,
kerb2.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.StorageAccountListKeysResultInner regenerateKey(String resourceGroupName, String accountName, String keyName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.keyName - The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1,
kerb2.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<StorageAccountListKeysResultInner> regenerateKeyWithResponse(String resourceGroupName, String accountName, String keyName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.keyName - The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1,
kerb2.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.Mono<com.azure.core.http.rest.Response<ListAccountSasResponseInner>> listAccountSasWithResponseAsync(String resourceGroupName, String accountName, AccountSasParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide to list SAS credentials for the storage account.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<ListAccountSasResponseInner> listAccountSasAsync(String resourceGroupName, String accountName, AccountSasParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide to list SAS credentials for the storage account.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.ListAccountSasResponseInner listAccountSas(String resourceGroupName, String accountName, AccountSasParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide to list SAS credentials for the storage account.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<ListAccountSasResponseInner> listAccountSasWithResponse(String resourceGroupName, String accountName, AccountSasParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide to list SAS credentials for the storage account.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.Mono<com.azure.core.http.rest.Response<ListServiceSasResponseInner>> listServiceSasWithResponseAsync(String resourceGroupName, String accountName, ServiceSasParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide to list service SAS credentials.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<ListServiceSasResponseInner> listServiceSasAsync(String resourceGroupName, String accountName, ServiceSasParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide to list service SAS credentials.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.ListServiceSasResponseInner listServiceSas(String resourceGroupName, String accountName, ServiceSasParameters parameters)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide to list service SAS credentials.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<ListServiceSasResponseInner> listServiceSasWithResponse(String resourceGroupName, String accountName, ServiceSasParameters parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.parameters - The parameters to provide to list service SAS credentials.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> failoverWithResponseAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginFailoverAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginFailover(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginFailover(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.Mono<Void> failoverAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.void failover(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.void failover(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> restoreBlobRangesWithResponseAsync(String resourceGroupName, String accountName, OffsetDateTime timeToRestore, List<BlobRestoreRange> blobRanges)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.timeToRestore - Restore blob to the specified time.blobRanges - Blob ranges to restore.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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> beginRestoreBlobRangesAsync(String resourceGroupName, String accountName, OffsetDateTime timeToRestore, List<BlobRestoreRange> blobRanges)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.timeToRestore - Restore blob to the specified time.blobRanges - Blob ranges to restore.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> beginRestoreBlobRanges(String resourceGroupName, String accountName, OffsetDateTime timeToRestore, List<BlobRestoreRange> blobRanges)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.timeToRestore - Restore blob to the specified time.blobRanges - Blob ranges to restore.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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>,BlobRestoreStatusInner> beginRestoreBlobRanges(String resourceGroupName, String accountName, OffsetDateTime timeToRestore, List<BlobRestoreRange> blobRanges, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.timeToRestore - Restore blob to the specified time.blobRanges - Blob ranges to restore.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.Mono<BlobRestoreStatusInner> restoreBlobRangesAsync(String resourceGroupName, String accountName, OffsetDateTime timeToRestore, List<BlobRestoreRange> blobRanges)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.timeToRestore - Restore blob to the specified time.blobRanges - Blob ranges to restore.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.BlobRestoreStatusInner restoreBlobRanges(String resourceGroupName, String accountName, OffsetDateTime timeToRestore, List<BlobRestoreRange> blobRanges)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.timeToRestore - Restore blob to the specified time.blobRanges - Blob ranges to restore.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.BlobRestoreStatusInner restoreBlobRanges(String resourceGroupName, String accountName, OffsetDateTime timeToRestore, List<BlobRestoreRange> blobRanges, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.timeToRestore - Restore blob to the specified time.blobRanges - Blob ranges to restore.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.Mono<com.azure.core.http.rest.Response<Void>> revokeUserDelegationKeysWithResponseAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<Void> revokeUserDelegationKeysAsync(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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.void revokeUserDelegationKeys(String resourceGroupName, String accountName)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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<Void> revokeUserDelegationKeysWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group within the user's subscription. The name is case
insensitive.accountName - The name of the storage account within the specified resource group. Storage account names
must be between 3 and 24 characters in length and use numbers and lower-case letters only.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 © 2021 Microsoft Corporation. All rights reserved.