Partager via


StorageAccountsOperationsExtensions Class

Definition

public static class StorageAccountsOperationsExtensions
type StorageAccountsOperationsExtensions = class
Public Module StorageAccountsOperationsExtensions
Inheritance
StorageAccountsOperationsExtensions

Methods

BeginCreate(IStorageAccountsOperations, String, String, StorageAccountCreateParameters)
BeginCreateAsync(IStorageAccountsOperations, String, String, StorageAccountCreateParameters, CancellationToken)
CheckNameAvailability(IStorageAccountsOperations, String)
CheckNameAvailabilityAsync(IStorageAccountsOperations, String, CancellationToken)
Create(IStorageAccountsOperations, String, String, StorageAccountCreateParameters)
CreateAsync(IStorageAccountsOperations, String, String, StorageAccountCreateParameters, CancellationToken)
Delete(IStorageAccountsOperations, String, String)
DeleteAsync(IStorageAccountsOperations, String, String, CancellationToken)
GetProperties(IStorageAccountsOperations, String, String)
GetPropertiesAsync(IStorageAccountsOperations, String, String, CancellationToken)
List(IStorageAccountsOperations)
ListAccountSAS(IStorageAccountsOperations, String, String, AccountSasParameters)
ListAccountSASAsync(IStorageAccountsOperations, String, String, AccountSasParameters, CancellationToken)
ListAsync(IStorageAccountsOperations, CancellationToken)
ListByResourceGroup(IStorageAccountsOperations, String)
ListByResourceGroupAsync(IStorageAccountsOperations, String, CancellationToken)
ListKeys(IStorageAccountsOperations, String, String)
ListKeysAsync(IStorageAccountsOperations, String, String, CancellationToken)
ListServiceSAS(IStorageAccountsOperations, String, String, ServiceSasParameters)
ListServiceSASAsync(IStorageAccountsOperations, String, String, ServiceSasParameters, CancellationToken)
RegenerateKey(IStorageAccountsOperations, String, String, String)
RegenerateKeyAsync(IStorageAccountsOperations, String, String, String, CancellationToken)
Update(IStorageAccountsOperations, String, String, StorageAccountUpdateParameters)
UpdateAsync(IStorageAccountsOperations, String, String, StorageAccountUpdateParameters, CancellationToken)

Applies to