azure.mgmt.storage package¶
Module contents¶
-
class
azure.mgmt.storage.StorageManagementClient(credential, subscription_id, api_version=None, base_url=None, profile=<KnownProfiles.default: <azure.profiles.DefaultProfile object>>, **kwargs)[source]¶ Bases:
azure.profiles.multiapiclient.MultiApiClientMixin,azure.mgmt.storage._storage_management_client._SDKClientThe Azure Storage Management API.
This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.
- Parameters
credential (TokenCredential) – Credential needed for the client to connect to Azure.
subscription_id (str) – The ID of the target subscription.
api_version (str) – API version to use if no profile is provided, or if missing in profile.
base_url (str) – Service URL
profile (azure.profiles.KnownProfiles) – A profile definition, from KnownProfiles to dict.
- Keyword Arguments
polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.
This is a fake class to support current implemetation of MultiApiClientMixin.” Will be removed in final version of multiapi azure-core based client
-
classmethod
models(api_version='2019-06-01')[source]¶ Module depends on the API version:
2015-06-15:
v2015_06_15.models2016-01-01:
v2016_01_01.models2016-12-01:
v2016_12_01.models2017-06-01:
v2017_06_01.models2017-10-01:
v2017_10_01.models2018-02-01:
v2018_02_01.models2018-03-01-preview:
v2018_03_01_preview.models2018-07-01:
v2018_07_01.models2018-11-01:
v2018_11_01.models2019-04-01:
v2019_04_01.models2019-06-01:
v2019_06_01.models
-
DEFAULT_API_VERSION= '2019-06-01'¶
-
LATEST_PROFILE= azure.mgmt.storage.StorageManagementClient latest¶
-
property
blob_containers¶ Instance depends on the API version:
2018-02-01:
BlobContainersOperations2018-03-01-preview:
BlobContainersOperations2018-07-01:
BlobContainersOperations2018-11-01:
BlobContainersOperations2019-04-01:
BlobContainersOperations2019-06-01:
BlobContainersOperations
-
property
blob_services¶ Instance depends on the API version:
2018-07-01:
BlobServicesOperations2018-11-01:
BlobServicesOperations2019-04-01:
BlobServicesOperations2019-06-01:
BlobServicesOperations
-
property
encryption_scopes¶ Instance depends on the API version:
2019-06-01:
EncryptionScopesOperations
-
property
file_services¶ Instance depends on the API version:
2019-04-01:
FileServicesOperations2019-06-01:
FileServicesOperations
Instance depends on the API version:
2019-04-01:
FileSharesOperations2019-06-01:
FileSharesOperations
-
property
management_policies¶ Instance depends on the API version:
2018-07-01:
ManagementPoliciesOperations2018-11-01:
ManagementPoliciesOperations2019-04-01:
ManagementPoliciesOperations2019-06-01:
ManagementPoliciesOperations
-
property
object_replication_policies¶ Instance depends on the API version:
2019-06-01:
ObjectReplicationPoliciesOperations
-
property
operations¶ Instance depends on the API version:
2017-06-01:
Operations2017-10-01:
Operations2018-02-01:
Operations2018-03-01-preview:
Operations2018-07-01:
Operations2018-11-01:
Operations2019-04-01:
Operations2019-06-01:
Operations
-
property
private_endpoint_connections¶ Instance depends on the API version:
2019-06-01:
PrivateEndpointConnectionsOperations
-
property
private_link_resources¶ Instance depends on the API version:
2019-06-01:
PrivateLinkResourcesOperations
-
property
queue¶ Instance depends on the API version:
2019-06-01:
QueueOperations
-
property
queue_services¶ Instance depends on the API version:
2019-06-01:
QueueServicesOperations
-
property
skus¶ Instance depends on the API version:
2017-06-01:
SkusOperations2017-10-01:
SkusOperations2018-02-01:
SkusOperations2018-03-01-preview:
SkusOperations2018-07-01:
SkusOperations2018-11-01:
SkusOperations2019-04-01:
SkusOperations2019-06-01:
SkusOperations
-
property
storage_accounts¶ Instance depends on the API version:
2015-06-15:
StorageAccountsOperations2016-01-01:
StorageAccountsOperations2016-12-01:
StorageAccountsOperations2017-06-01:
StorageAccountsOperations2017-10-01:
StorageAccountsOperations2018-02-01:
StorageAccountsOperations2018-03-01-preview:
StorageAccountsOperations2018-07-01:
StorageAccountsOperations2018-11-01:
StorageAccountsOperations2019-04-01:
StorageAccountsOperations2019-06-01:
StorageAccountsOperations
-
property
table¶ Instance depends on the API version:
2019-06-01:
TableOperations
-
property
table_services¶ Instance depends on the API version:
2019-06-01:
TableServicesOperations
-
property
usage¶ Instance depends on the API version:
2015-06-15:
UsageOperations2016-01-01:
UsageOperations2016-12-01:
UsageOperations2017-06-01:
UsageOperations2017-10-01:
UsageOperations2018-02-01:
UsageOperations
-
property
usages¶ Instance depends on the API version:
2018-03-01-preview:
UsagesOperations2018-07-01:
UsagesOperations2018-11-01:
UsagesOperations2019-04-01:
UsagesOperations2019-06-01:
UsagesOperations
Submodules¶
- azure.mgmt.storage.v2019_04_01 package
- azure.mgmt.storage.v2018_07_01 package
- azure.mgmt.storage.v2018_02_01 package
- azure.mgmt.storage.v2017_10_01 package
- azure.mgmt.storage.v2017_06_01 package
- azure.mgmt.storage.v2016_12_01 package
- azure.mgmt.storage.v2016_01_01 package
- azure.mgmt.storage.v2015_06_15 package