com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
StorageAccountsClient.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> |
StorageAccountsClient.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> |
StorageAccountsClient.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.SyncPoller<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
StorageAccountsClient.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> |
StorageAccountsClient.beginCreateAsync(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters) |
Asynchronously creates a new storage account with the specified parameters.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<StorageAccountInner>,StorageAccountInner> |
StorageAccountsClient.beginCreateAsync(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters) |
Asynchronously creates a new storage account with the specified parameters.
|
Mono<StorageAccountInner> |
StorageAccountsClient.createAsync(String resourceGroupName,
String accountName,
StorageAccountCreateParameters parameters) |
Asynchronously creates a new storage account with the specified parameters.
|
Mono<StorageAccountInner> |
StorageAccountsClient.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> |
StorageAccountsClient.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> |
StorageAccountsClient.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>> |
StorageAccountsClient.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> |
StorageAccountsClient.list() |
Lists all the storage accounts available under the subscription.
|
com.azure.core.http.rest.PagedIterable<StorageAccountInner> |
StorageAccountsClient.list(com.azure.core.util.Context context) |
Lists all the storage accounts available under the subscription.
|
com.azure.core.http.rest.PagedFlux<StorageAccountInner> |
StorageAccountsClient.listAsync() |
Lists all the storage accounts available under the subscription.
|
com.azure.core.http.rest.PagedIterable<StorageAccountInner> |
StorageAccountsClient.listByResourceGroup(String resourceGroupName) |
Lists all the storage accounts available under the given resource group.
|
com.azure.core.http.rest.PagedIterable<StorageAccountInner> |
StorageAccountsClient.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> |
StorageAccountsClient.listByResourceGroupAsync(String resourceGroupName) |
Lists all the storage accounts available under the given resource group.
|
Mono<StorageAccountInner> |
StorageAccountsClient.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> |
StorageAccountsClient.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>> |
StorageAccountsClient.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.
|