azure.mgmt.storage.v2016_01_01 package
Submodules
- azure.mgmt.storage.v2016_01_01.models module
AccessTierAccountStatusCheckNameAvailabilityResultCustomDomainEncryptionEncryptionKeySourceEncryptionServiceEncryptionServicesEndpointsKeyPermissionKindProvisioningStateReasonResourceSkuSkuNameSkuTierStorageAccountStorageAccountCheckNameAvailabilityParametersStorageAccountCheckNameAvailabilityParametersTypeStorageAccountCreateParametersStorageAccountKeyStorageAccountListKeysResultStorageAccountListResultStorageAccountRegenerateKeyParametersStorageAccountUpdateParametersUsageUsageListResultUsageNameUsageUnit
- azure.mgmt.storage.v2016_01_01.operations module
StorageAccountsOperationsStorageAccountsOperations.begin_create()StorageAccountsOperations.check_name_availability()StorageAccountsOperations.delete()StorageAccountsOperations.get_properties()StorageAccountsOperations.list()StorageAccountsOperations.list_by_resource_group()StorageAccountsOperations.list_keys()StorageAccountsOperations.regenerate_key()StorageAccountsOperations.update()StorageAccountsOperations.models
UsageOperations
Module contents
- class azure.mgmt.storage.v2016_01_01.StorageManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
objectThe Storage Management Client.
- Variables:
storage_accounts (azure.mgmt.storage.v2016_01_01.operations.StorageAccountsOperations) – StorageAccountsOperations operations
usage (azure.mgmt.storage.v2016_01_01.operations.UsageOperations) – UsageOperations operations
- Parameters:
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Required.
base_url (str) – Service URL. Default value is “https://management.azure.com”.
- Keyword Arguments: