azure.mgmt.storage.v2017_10_01 package
Submodules
- azure.mgmt.storage.v2017_10_01.models module
AccessTierAccountSasParametersAccountStatusBypassCheckNameAvailabilityResultCustomDomainDefaultActionDimensionEncryptionEncryptionServiceEncryptionServicesEndpointsHttpProtocolIPRuleIdentityKeyPermissionKeySourceKeyVaultPropertiesKindListAccountSasResponseListServiceSasResponseMetricSpecificationNetworkRuleSetOperationOperationDisplayOperationListResultPermissionsProvisioningStateReasonReasonCodeResourceRestrictionSKUCapabilityServiceSasParametersServiceSpecificationServicesSignedResourceSignedResourceTypesSkuSkuNameSkuTierStateStorageAccountStorageAccountCheckNameAvailabilityParametersStorageAccountCreateParametersStorageAccountKeyStorageAccountListKeysResultStorageAccountListResultStorageAccountRegenerateKeyParametersStorageAccountUpdateParametersStorageSkuListResultUsageUsageListResultUsageNameUsageUnitVirtualNetworkRule
- azure.mgmt.storage.v2017_10_01.operations module
OperationsSkusOperationsStorageAccountsOperationsStorageAccountsOperations.begin_create()StorageAccountsOperations.check_name_availability()StorageAccountsOperations.delete()StorageAccountsOperations.get_properties()StorageAccountsOperations.list()StorageAccountsOperations.list_account_sas()StorageAccountsOperations.list_by_resource_group()StorageAccountsOperations.list_keys()StorageAccountsOperations.list_service_sas()StorageAccountsOperations.regenerate_key()StorageAccountsOperations.update()StorageAccountsOperations.models
UsageOperations
Module contents
- class azure.mgmt.storage.v2017_10_01.StorageManagement(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]
Bases:
objectThe Azure Storage Management API.
- Variables:
operations (azure.mgmt.storage.v2017_10_01.operations.Operations) – Operations operations
skus (azure.mgmt.storage.v2017_10_01.operations.SkusOperations) – SkusOperations operations
storage_accounts (azure.mgmt.storage.v2017_10_01.operations.StorageAccountsOperations) – StorageAccountsOperations operations
usage (azure.mgmt.storage.v2017_10_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: