Partager via


Storage Class

Definition

Low-level API implementation for the Storage service. The Azure Storage Management API.

public class Storage
type Storage = class
Public Class Storage
Inheritance
Storage

Constructors

Storage()

Methods

BlobInventoryPoliciesCreateOrUpdate(String, String, String, IBlobInventoryPolicy, Func<HttpResponseMessage,Task<IBlobInventoryPolicy>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

Sets the blob inventory policy to the specified storage account.

BlobInventoryPoliciesCreateOrUpdateViaIdentity(String, IBlobInventoryPolicy, Func<HttpResponseMessage,Task<IBlobInventoryPolicy>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

Sets the blob inventory policy to the specified storage account.

BlobInventoryPoliciesCreateOrUpdateViaIdentityWithResult(String, IBlobInventoryPolicy, IEventListener, ISendAsync, SerializationMode)
BlobInventoryPoliciesCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IBlobInventoryPolicy>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

Sets the blob inventory policy to the specified storage account.

BlobInventoryPoliciesCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
BlobInventoryPoliciesCreateOrUpdateWithResult(String, String, String, IBlobInventoryPolicy, IEventListener, ISendAsync, SerializationMode)
BlobInventoryPoliciesDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes the blob inventory policy associated with the specified storage account.

BlobInventoryPoliciesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

Deletes the blob inventory policy associated with the specified storage account.

BlobInventoryPoliciesGet(String, String, String, Func<HttpResponseMessage, Task<IBlobInventoryPolicy>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets the blob inventory policy associated with the specified storage account.

BlobInventoryPoliciesGetViaIdentity(String, Func<HttpResponseMessage, Task<IBlobInventoryPolicy>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

Gets the blob inventory policy associated with the specified storage account.

BlobInventoryPoliciesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
BlobInventoryPoliciesGetWithResult(String, String, String, IEventListener, ISendAsync)
BlobInventoryPoliciesList(String, String, String, Func<HttpResponseMessage, Task<IListBlobInventoryPolicy>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the blob inventory policy associated with the specified storage account.

BlobInventoryPoliciesListViaIdentity(String, Func<HttpResponseMessage, Task<IListBlobInventoryPolicy>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the blob inventory policy associated with the specified storage account.

BlobInventoryPoliciesListViaIdentityWithResult(String, IEventListener, ISendAsync)
BlobInventoryPoliciesListWithResult(String, String, String, IEventListener, ISendAsync)
DeletedAccountsGet(String, String, String, Func<HttpResponseMessage, Task<IDeletedAccount>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get properties of specified deleted account resource.

DeletedAccountsGetViaIdentity(String, Func<HttpResponseMessage, Task<IDeletedAccount>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get properties of specified deleted account resource.

DeletedAccountsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
DeletedAccountsGetWithResult(String, String, String, IEventListener, ISendAsync)
DeletedAccountsList(String, Func<HttpResponseMessage,Task<IDeletedAccountListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists deleted accounts under the subscription.

DeletedAccountsListViaIdentity(String, Func<HttpResponseMessage, Task<IDeletedAccountListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists deleted accounts under the subscription.

DeletedAccountsListViaIdentityWithResult(String, IEventListener, ISendAsync)
DeletedAccountsListWithResult(String, IEventListener, ISendAsync)
EncryptionScopesGet(String, String, String, String, Func<HttpResponseMessage, Task<IEncryptionScope>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns the properties for the specified encryption scope.

EncryptionScopesGetViaIdentity(String, Func<HttpResponseMessage, Task<IEncryptionScope>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Returns the properties for the specified encryption scope.

EncryptionScopesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
EncryptionScopesGetWithResult(String, String, String, String, IEventListener, ISendAsync)
EncryptionScopesList(String, String, String, Nullable<Int32>, String, String, Func<HttpResponseMessage,Task<IEncryptionScopeListResult>, Task>, IEventListener, ISendAsync)

Lists all the encryption scopes available under the specified storage account.

EncryptionScopesListViaIdentity(String, Nullable<Int32>, String, String, Func<HttpResponseMessage,Task<IEncryptionScopeListResult>, Task>, IEventListener, ISendAsync)

Lists all the encryption scopes available under the specified storage account.

EncryptionScopesListViaIdentityWithResult(String, Nullable<Int32>, String, String, IEventListener, ISendAsync)
EncryptionScopesListWithResult(String, String, String, Nullable<Int32>, String, String, IEventListener, ISendAsync)
EncryptionScopesPatch(String, String, String, String, IEncryptionScope, Func<HttpResponseMessage,Task<IEncryptionScope>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Patch encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.

EncryptionScopesPatchViaIdentity(String, IEncryptionScope, Func<HttpResponseMessage, Task<IEncryptionScope>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Patch encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.

EncryptionScopesPatchViaIdentityWithResult(String, IEncryptionScope, IEventListener, ISendAsync, SerializationMode)
EncryptionScopesPatchViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IEncryptionScope>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Patch encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist.

EncryptionScopesPatchViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
EncryptionScopesPatchWithResult(String, String, String, String, IEncryptionScope, IEventListener, ISendAsync, SerializationMode)
EncryptionScopesPut(String, String, String, String, IEncryptionScope, Func<HttpResponseMessage,Task<IEncryptionScope>,Task>, Func<HttpResponseMessage, Task<IEncryptionScope>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request.

EncryptionScopesPutViaIdentity(String, IEncryptionScope, Func<HttpResponseMessage, Task<IEncryptionScope>,Task>, Func<HttpResponseMessage,Task<IEncryptionScope>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request.

EncryptionScopesPutViaIdentityWithResult(String, IEncryptionScope, IEventListener, ISendAsync, SerializationMode)
EncryptionScopesPutViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IEncryptionScope>,Task>, Func<HttpResponseMessage,Task<IEncryptionScope>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Synchronously creates or updates an encryption scope under the specified storage account. If an encryption scope is already created and a subsequent request is issued with different properties, the encryption scope properties will be updated per the specified request.

EncryptionScopesPutViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
EncryptionScopesPutWithResult(String, String, String, String, IEncryptionScope, IEventListener, ISendAsync, SerializationMode)
LocalUsersCreateOrUpdate(String, String, String, String, ILocalUser, Func<HttpResponseMessage,Task<ILocalUser>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Update the properties of a local user associated with the storage account

LocalUsersCreateOrUpdateViaIdentity(String, ILocalUser, Func<HttpResponseMessage, Task<ILocalUser>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Update the properties of a local user associated with the storage account

LocalUsersCreateOrUpdateViaIdentityWithResult(String, ILocalUser, IEventListener, ISendAsync, SerializationMode)
LocalUsersCreateOrUpdateViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<ILocalUser>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Update the properties of a local user associated with the storage account

LocalUsersCreateOrUpdateViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
LocalUsersCreateOrUpdateWithResult(String, String, String, String, ILocalUser, IEventListener, ISendAsync, SerializationMode)
LocalUsersDelete(String, String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the local user associated with the specified storage account.

LocalUsersDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the local user associated with the specified storage account.

LocalUsersGet(String, String, String, String, Func<HttpResponseMessage, Task<ILocalUser>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Get the local user of the storage account by username.

LocalUsersGetViaIdentity(String, Func<HttpResponseMessage,Task<ILocalUser>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the local user of the storage account by username.

LocalUsersGetViaIdentityWithResult(String, IEventListener, ISendAsync)
LocalUsersGetWithResult(String, String, String, String, IEventListener, ISendAsync)
LocalUsersList(String, String, String, Func<HttpResponseMessage, Task<ILocalUsers>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List the local users associated with the storage account.

LocalUsersListKeys(String, String, String, String, Func<HttpResponseMessage, Task<ILocalUserKeys>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List SSH authorized keys and shared key of the local user.

LocalUsersListKeysViaIdentity(String, Func<HttpResponseMessage, Task<ILocalUserKeys>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List SSH authorized keys and shared key of the local user.

LocalUsersListKeysViaIdentityWithResult(String, IEventListener, ISendAsync)
LocalUsersListKeysWithResult(String, String, String, String, IEventListener, ISendAsync)
LocalUsersListViaIdentity(String, Func<HttpResponseMessage,Task<ILocalUsers>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the local users associated with the storage account.

LocalUsersListViaIdentityWithResult(String, IEventListener, ISendAsync)
LocalUsersListWithResult(String, String, String, IEventListener, ISendAsync)
LocalUsersRegeneratePassword(String, String, String, String, Func<HttpResponseMessage, Task<ILocalUserRegeneratePasswordResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Regenerate the local user SSH password.

LocalUsersRegeneratePasswordViaIdentity(String, Func<HttpResponseMessage, Task<ILocalUserRegeneratePasswordResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Regenerate the local user SSH password.

LocalUsersRegeneratePasswordViaIdentityWithResult(String, IEventListener, ISendAsync)
LocalUsersRegeneratePasswordWithResult(String, String, String, String, IEventListener, ISendAsync)
ManagementPoliciesCreateOrUpdate(String, String, String, IManagementPolicy, Func<HttpResponseMessage,Task<IManagementPolicy>,Task>, IEventListener, ISendAsync, SerializationMode)

Sets the managementpolicy to the specified storage account.

ManagementPoliciesCreateOrUpdateViaIdentity(String, IManagementPolicy, Func<HttpResponseMessage,Task<IManagementPolicy>,Task>, IEventListener, ISendAsync, SerializationMode)

Sets the managementpolicy to the specified storage account.

ManagementPoliciesCreateOrUpdateViaIdentityWithResult(String, IManagementPolicy, IEventListener, ISendAsync, SerializationMode)
ManagementPoliciesCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IManagementPolicy>, Task>, IEventListener, ISendAsync)

Sets the managementpolicy to the specified storage account.

ManagementPoliciesCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
ManagementPoliciesCreateOrUpdateWithResult(String, String, String, IManagementPolicy, IEventListener, ISendAsync, SerializationMode)
ManagementPoliciesDelete(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync)

Deletes the managementpolicy associated with the specified storage account.

ManagementPoliciesDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync)

Deletes the managementpolicy associated with the specified storage account.

ManagementPoliciesGet(String, String, String, Func<HttpResponseMessage,Task<IManagementPolicy>,Task>, IEventListener, ISendAsync)

Gets the managementpolicy associated with the specified storage account.

ManagementPoliciesGetViaIdentity(String, Func<HttpResponseMessage,Task<IManagementPolicy>,Task>, IEventListener, ISendAsync)

Gets the managementpolicy associated with the specified storage account.

ManagementPoliciesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ManagementPoliciesGetWithResult(String, String, String, IEventListener, ISendAsync)
ObjectReplicationPoliciesCreateOrUpdate(String, String, String, String, IObjectReplicationPolicy, Func<HttpResponseMessage,Task<IObjectReplicationPolicy>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Update the object replication policy of the storage account.

ObjectReplicationPoliciesCreateOrUpdateViaIdentity(String, IObjectReplicationPolicy, Func<HttpResponseMessage,Task<IObjectReplicationPolicy>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Update the object replication policy of the storage account.

ObjectReplicationPoliciesCreateOrUpdateViaIdentityWithResult(String, IObjectReplicationPolicy, IEventListener, ISendAsync, SerializationMode)
ObjectReplicationPoliciesCreateOrUpdateViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IObjectReplicationPolicy>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Update the object replication policy of the storage account.

ObjectReplicationPoliciesCreateOrUpdateViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
ObjectReplicationPoliciesCreateOrUpdateWithResult(String, String, String, String, IObjectReplicationPolicy, IEventListener, ISendAsync, SerializationMode)
ObjectReplicationPoliciesDelete(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the object replication policy associated with the specified storage account.

ObjectReplicationPoliciesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the object replication policy associated with the specified storage account.

ObjectReplicationPoliciesGet(String, String, String, String, Func<HttpResponseMessage, Task<IObjectReplicationPolicy>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the object replication policy of the storage account by policy ID.

ObjectReplicationPoliciesGetViaIdentity(String, Func<HttpResponseMessage, Task<IObjectReplicationPolicy>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the object replication policy of the storage account by policy ID.

ObjectReplicationPoliciesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ObjectReplicationPoliciesGetWithResult(String, String, String, String, IEventListener, ISendAsync)
ObjectReplicationPoliciesList(String, String, String, Func<HttpResponseMessage, Task<IObjectReplicationPolicies>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the object replication policies associated with the storage account.

ObjectReplicationPoliciesListViaIdentity(String, Func<HttpResponseMessage, Task<IObjectReplicationPolicies>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the object replication policies associated with the storage account.

ObjectReplicationPoliciesListViaIdentityWithResult(String, IEventListener, ISendAsync)
ObjectReplicationPoliciesListWithResult(String, String, String, IEventListener, ISendAsync)
OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>,Task>, IEventListener, ISendAsync)

Lists all of the available Storage Rest API operations.

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>,Task>, IEventListener, ISendAsync)

Lists all of the available Storage Rest API operations.

OperationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsListWithResult(IEventListener, ISendAsync)
PrivateEndpointConnectionsDelete(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified private endpoint connection associated with the storage account.

PrivateEndpointConnectionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified private endpoint connection associated with the storage account.

PrivateEndpointConnectionsGet(String, String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified private endpoint connection associated with the storage account.

PrivateEndpointConnectionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified private endpoint connection associated with the storage account.

PrivateEndpointConnectionsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PrivateEndpointConnectionsGetWithResult(String, String, String, String, IEventListener, ISendAsync)
PrivateEndpointConnectionsList(String, String, String, Func<HttpResponseMessage, Task<IPrivateEndpointConnectionListResult>,Task>, IEventListener, ISendAsync)

List all the private endpoint connections associated with the storage account.

PrivateEndpointConnectionsListViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateEndpointConnectionListResult>,Task>, IEventListener, ISendAsync)

List all the private endpoint connections associated with the storage account.

PrivateEndpointConnectionsListViaIdentityWithResult(String, IEventListener, ISendAsync)
PrivateEndpointConnectionsListWithResult(String, String, String, IEventListener, ISendAsync)
PrivateEndpointConnectionsPut(String, String, String, String, IPrivateEndpointConnection, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Put the state of specified private endpoint connection associated with the storage account.

PrivateEndpointConnectionsPutViaIdentity(String, IPrivateEndpointConnection, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Put the state of specified private endpoint connection associated with the storage account.

PrivateEndpointConnectionsPutViaIdentityWithResult(String, IPrivateEndpointConnection, IEventListener, ISendAsync, SerializationMode)
PrivateEndpointConnectionsPutViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IPrivateEndpointConnection>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Put the state of specified private endpoint connection associated with the storage account.

PrivateEndpointConnectionsPutViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
PrivateEndpointConnectionsPutWithResult(String, String, String, String, IPrivateEndpointConnection, IEventListener, ISendAsync, SerializationMode)
PrivateLinkResourcesListByStorageAccount(String, String, String, Func<HttpResponseMessage,Task<IPrivateLinkResourceListResult>, Task>, IEventListener, ISendAsync)

Gets the private link resources that need to be created for a storage account.

PrivateLinkResourcesListByStorageAccountViaIdentity(String, Func<HttpResponseMessage, Task<IPrivateLinkResourceListResult>,Task>, IEventListener, ISendAsync)

Gets the private link resources that need to be created for a storage account.

PrivateLinkResourcesListByStorageAccountViaIdentityWithResult(String, IEventListener, ISendAsync)
PrivateLinkResourcesListByStorageAccountWithResult(String, String, String, IEventListener, ISendAsync)
SkusList(String, Func<HttpResponseMessage,Task<IStorageSkuListResult>,Task>, IEventListener, ISendAsync)

Lists the available SKUs supported by Microsoft.Storage for given subscription.

SkusListViaIdentity(String, Func<HttpResponseMessage,Task<IStorageSkuListResult>,Task>, IEventListener, ISendAsync)

Lists the available SKUs supported by Microsoft.Storage for given subscription.

SkusListViaIdentityWithResult(String, IEventListener, ISendAsync)
SkusListWithResult(String, IEventListener, ISendAsync)
StorageAccountsAbortHierarchicalNamespaceMigration(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Abort live Migration of storage account to enable Hns

StorageAccountsAbortHierarchicalNamespaceMigrationViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Abort live Migration of storage account to enable Hns

StorageAccountsCheckNameAvailability(String, IStorageAccountCheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResult>, Task>, IEventListener, ISendAsync, SerializationMode)

Checks that the storage account name is valid and is not already in use.

StorageAccountsCheckNameAvailabilityViaIdentity(String, IStorageAccountCheckNameAvailabilityParameters, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResult>, Task>, IEventListener, ISendAsync, SerializationMode)

Checks that the storage account name is valid and is not already in use.

StorageAccountsCheckNameAvailabilityViaIdentityWithResult(String, IStorageAccountCheckNameAvailabilityParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsCheckNameAvailabilityViaJsonString(String, String, Func<HttpResponseMessage,Task<ICheckNameAvailabilityResult>, Task>, IEventListener, ISendAsync)

Checks that the storage account name is valid and is not already in use.

StorageAccountsCheckNameAvailabilityViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
StorageAccountsCheckNameAvailabilityWithResult(String, IStorageAccountCheckNameAvailabilityParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsCreate(String, String, String, IStorageAccountCreateParameters, Func<HttpResponseMessage,Task<IStorageAccount>,Task>, IEventListener, ISendAsync, SerializationMode)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

StorageAccountsCreateViaIdentity(String, IStorageAccountCreateParameters, Func<HttpResponseMessage,Task<IStorageAccount>,Task>, IEventListener, ISendAsync, SerializationMode)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

StorageAccountsCreateViaIdentityWithResult(String, IStorageAccountCreateParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsCreateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IStorageAccount>,Task>, IEventListener, ISendAsync)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

StorageAccountsCreateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
StorageAccountsCreateWithResult(String, String, String, IStorageAccountCreateParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsCustomerInitiatedMigration(String, String, String, IStorageAccountMigration, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponseAutoGenerated>,Task>, IEventListener, ISendAsync, SerializationMode)

Account Migration request can be triggered for a storage account to change its redundancy level. The migration updates the non-zonal redundant storage account to a zonal redundant account or vice-versa in order to have better reliability and availability. Zone-redundant storage (ZRS) replicates your storage account synchronously across three Azure availability zones in the primary region.

StorageAccountsCustomerInitiatedMigrationViaIdentity(String, IStorageAccountMigration, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponseAutoGenerated>, Task>, IEventListener, ISendAsync, SerializationMode)

Account Migration request can be triggered for a storage account to change its redundancy level. The migration updates the non-zonal redundant storage account to a zonal redundant account or vice-versa in order to have better reliability and availability. Zone-redundant storage (ZRS) replicates your storage account synchronously across three Azure availability zones in the primary region.

StorageAccountsCustomerInitiatedMigrationViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponseAutoGenerated>,Task>, IEventListener, ISendAsync)

Account Migration request can be triggered for a storage account to change its redundancy level. The migration updates the non-zonal redundant storage account to a zonal redundant account or vice-versa in order to have better reliability and availability. Zone-redundant storage (ZRS) replicates your storage account synchronously across three Azure availability zones in the primary region.

StorageAccountsDelete(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync)

Deletes a storage account in Microsoft Azure.

StorageAccountsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync)

Deletes a storage account in Microsoft Azure.

StorageAccountsFailover(String, String, String, String, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync)

A failover request can be triggered for a storage account in the event a primary endpoint becomes unavailable for any reason. The failover occurs from the storage account's primary cluster to the secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover and the account is converted to LRS. In the case of a Planned Failover, the primary and secondary clusters are swapped after failover and the account remains geo-replicated. Failover should continue to be used in the event of availability issues as Planned failover is only available while the primary and secondary endpoints are available. The primary use case of a Planned Failover is disaster recovery testing drills. This type of failover is invoked by setting FailoverType parameter to 'Planned'. Learn more about the failover options here- https://learn.microsoft.com/en-us/azure/storage/common/storage-disaster-recovery-guidance

StorageAccountsFailoverViaIdentity(String, String, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync)

A failover request can be triggered for a storage account in the event a primary endpoint becomes unavailable for any reason. The failover occurs from the storage account's primary cluster to the secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover and the account is converted to LRS. In the case of a Planned Failover, the primary and secondary clusters are swapped after failover and the account remains geo-replicated. Failover should continue to be used in the event of availability issues as Planned failover is only available while the primary and secondary endpoints are available. The primary use case of a Planned Failover is disaster recovery testing drills. This type of failover is invoked by setting FailoverType parameter to 'Planned'. Learn more about the failover options here- https://learn.microsoft.com/en-us/azure/storage/common/storage-disaster-recovery-guidance

StorageAccountsGetCustomerInitiatedMigration(String, String, String, Func<HttpResponseMessage,Task<IStorageAccountMigration>,Task>, Func<HttpResponseMessage,Task<IErrorResponseAutoGenerated>,Task>, IEventListener, ISendAsync)

Gets the status of the ongoing migration for the specified storage account.

StorageAccountsGetCustomerInitiatedMigrationViaIdentity(String, Func<HttpResponseMessage,Task<IStorageAccountMigration>,Task>, Func<HttpResponseMessage,Task<IErrorResponseAutoGenerated>,Task>, IEventListener, ISendAsync)

Gets the status of the ongoing migration for the specified storage account.

StorageAccountsGetCustomerInitiatedMigrationViaIdentityWithResult(String, IEventListener, ISendAsync)
StorageAccountsGetCustomerInitiatedMigrationWithResult(String, String, String, IEventListener, ISendAsync)
StorageAccountsGetProperties(String, String, String, String, Func<HttpResponseMessage,Task<IStorageAccount>,Task>, IEventListener, ISendAsync)

Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.

StorageAccountsGetPropertiesViaIdentity(String, String, Func<HttpResponseMessage,Task<IStorageAccount>,Task>, IEventListener, ISendAsync)

Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.

StorageAccountsGetPropertiesViaIdentityWithResult(String, String, IEventListener, ISendAsync)
StorageAccountsGetPropertiesWithResult(String, String, String, String, IEventListener, ISendAsync)
StorageAccountsHierarchicalNamespaceMigration(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Live Migration of storage account to enable Hns

StorageAccountsHierarchicalNamespaceMigrationViaIdentity(String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Live Migration of storage account to enable Hns

StorageAccountsList(String, Func<HttpResponseMessage,Task<IStorageAccountListResult>,Task>, IEventListener, ISendAsync)

Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.

StorageAccountsListAccountSas(String, String, String, IAccountSasParameters, Func<HttpResponseMessage,Task<IListAccountSasResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

List SAS credentials of a storage account.

StorageAccountsListAccountSasViaIdentity(String, IAccountSasParameters, Func<HttpResponseMessage,Task<IListAccountSasResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

List SAS credentials of a storage account.

StorageAccountsListAccountSasViaIdentityWithResult(String, IAccountSasParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsListAccountSasViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IListAccountSasResponse>, Task>, IEventListener, ISendAsync)

List SAS credentials of a storage account.

StorageAccountsListAccountSasViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
StorageAccountsListAccountSasWithResult(String, String, String, IAccountSasParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsListByResourceGroup(String, String, Func<HttpResponseMessage,Task<IStorageAccountListResult>,Task>, IEventListener, ISendAsync)

Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.

StorageAccountsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage,Task<IStorageAccountListResult>,Task>, IEventListener, ISendAsync)

Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.

StorageAccountsListByResourceGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
StorageAccountsListByResourceGroupWithResult(String, String, IEventListener, ISendAsync)
StorageAccountsListKeys(String, String, String, String, Func<HttpResponseMessage, Task<IStorageAccountListKeysResult>,Task>, IEventListener, ISendAsync)

Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.

StorageAccountsListKeysViaIdentity(String, String, Func<HttpResponseMessage,Task<IStorageAccountListKeysResult>,Task>, IEventListener, ISendAsync)

Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.

StorageAccountsListKeysViaIdentityWithResult(String, String, IEventListener, ISendAsync)
StorageAccountsListKeysWithResult(String, String, String, String, IEventListener, ISendAsync)
StorageAccountsListServiceSas(String, String, String, IServiceSasParameters, Func<HttpResponseMessage,Task<IListServiceSasResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

List service SAS credentials of a specific resource.

StorageAccountsListServiceSasViaIdentity(String, IServiceSasParameters, Func<HttpResponseMessage,Task<IListServiceSasResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

List service SAS credentials of a specific resource.

StorageAccountsListServiceSasViaIdentityWithResult(String, IServiceSasParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsListServiceSasViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IListServiceSasResponse>, Task>, IEventListener, ISendAsync)

List service SAS credentials of a specific resource.

StorageAccountsListServiceSasViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
StorageAccountsListServiceSasWithResult(String, String, String, IServiceSasParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsListViaIdentity(String, Func<HttpResponseMessage,Task<IStorageAccountListResult>,Task>, IEventListener, ISendAsync)

Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.

StorageAccountsListViaIdentityWithResult(String, IEventListener, ISendAsync)
StorageAccountsListWithResult(String, IEventListener, ISendAsync)
StorageAccountsRegenerateKey(String, String, String, IStorageAccountRegenerateKeyParameters, Func<HttpResponseMessage,Task<IStorageAccountListKeysResult>, Task>, IEventListener, ISendAsync, SerializationMode)

Regenerates one of the access keys or Kerberos keys for the specified storage account.

StorageAccountsRegenerateKeyViaIdentity(String, IStorageAccountRegenerateKeyParameters, Func<HttpResponseMessage,Task<IStorageAccountListKeysResult>, Task>, IEventListener, ISendAsync, SerializationMode)

Regenerates one of the access keys or Kerberos keys for the specified storage account.

StorageAccountsRegenerateKeyViaIdentityWithResult(String, IStorageAccountRegenerateKeyParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsRegenerateKeyViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IStorageAccountListKeysResult>, Task>, IEventListener, ISendAsync)

Regenerates one of the access keys or Kerberos keys for the specified storage account.

StorageAccountsRegenerateKeyViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
StorageAccountsRegenerateKeyWithResult(String, String, String, IStorageAccountRegenerateKeyParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsRestoreBlobRanges(String, String, String, IBlobRestoreParameters, Func<HttpResponseMessage,Task<IBlobRestoreStatus>,Task>, IEventListener, ISendAsync, SerializationMode)

Restore blobs in the specified blob ranges

StorageAccountsRestoreBlobRangesViaIdentity(String, IBlobRestoreParameters, Func<HttpResponseMessage,Task<IBlobRestoreStatus>,Task>, IEventListener, ISendAsync, SerializationMode)

Restore blobs in the specified blob ranges

StorageAccountsRestoreBlobRangesViaIdentityWithResult(String, IBlobRestoreParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsRestoreBlobRangesViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IBlobRestoreStatus>, Task>, IEventListener, ISendAsync)

Restore blobs in the specified blob ranges

StorageAccountsRestoreBlobRangesViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
StorageAccountsRestoreBlobRangesWithResult(String, String, String, IBlobRestoreParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsRevokeUserDelegationKeys(String, String, String, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync)

Revoke user delegation keys.

StorageAccountsRevokeUserDelegationKeysViaIdentity(String, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync)

Revoke user delegation keys.

StorageAccountsUpdate(String, String, String, IStorageAccountUpdateParameters, Func<HttpResponseMessage,Task<IStorageAccount>,Task>, IEventListener, ISendAsync, SerializationMode)

The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.

StorageAccountsUpdateViaIdentity(String, IStorageAccountUpdateParameters, Func<HttpResponseMessage,Task<IStorageAccount>,Task>, IEventListener, ISendAsync, SerializationMode)

The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.

StorageAccountsUpdateViaIdentityWithResult(String, IStorageAccountUpdateParameters, IEventListener, ISendAsync, SerializationMode)
StorageAccountsUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IStorageAccount>,Task>, IEventListener, ISendAsync)

The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.

StorageAccountsUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
StorageAccountsUpdateWithResult(String, String, String, IStorageAccountUpdateParameters, IEventListener, ISendAsync, SerializationMode)
UsagesListByLocation(String, String, Func<HttpResponseMessage,Task<IUsageListResult>,Task>, IEventListener, ISendAsync)

Gets the current usage count and the limit for the resources of the location under the subscription.

UsagesListByLocationViaIdentity(String, Func<HttpResponseMessage,Task<IUsageListResult>,Task>, IEventListener, ISendAsync)

Gets the current usage count and the limit for the resources of the location under the subscription.

UsagesListByLocationViaIdentityWithResult(String, IEventListener, ISendAsync)
UsagesListByLocationWithResult(String, String, IEventListener, ISendAsync)

Applies to