StorageManagementClient Class
The 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.
- Inheritance
-
StorageManagementClientazure.mgmt.storage._storage_management_client._SDKClientStorageManagementClient
Constructor
StorageManagementClient(credential: TokenCredential, subscription_id: str, api_version: str | None = None, base_url: str = 'https://management.azure.com', profile: KnownProfiles = KnownProfiles.default, **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
subscription_id
Required
|
The ID of the target subscription. Required. |
api_version
|
API version to use if no profile is provided, or if missing in profile. Default value: None
|
base_url
|
Service URL Default value: https://management.azure.com
|
profile
|
A profile definition, from KnownProfiles to dict. Default value: KnownProfiles.default
|
Keyword-Only Parameters
Name | Description |
---|---|
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Methods
close | |
models |
Module depends on the API version: |
close
close()
models
Module depends on the API version:
models(api_version='2023-05-01')
Parameters
Name | Description |
---|---|
api_version
|
Default value: 2023-05-01
|
Attributes
blob_containers
Instance depends on the API version:
2019-06-01: BlobContainersOperations
2023-05-01: BlobContainersOperations
blob_inventory_policies
Instance depends on the API version:
2019-06-01: BlobInventoryPoliciesOperations
2023-05-01: BlobInventoryPoliciesOperations
blob_services
Instance depends on the API version:
2019-06-01: BlobServicesOperations
2023-05-01: BlobServicesOperations
deleted_accounts
Instance depends on the API version:
- 2023-05-01: DeletedAccountsOperations
encryption_scopes
Instance depends on the API version:
2019-06-01: EncryptionScopesOperations
2023-05-01: EncryptionScopesOperations
file_services
Instance depends on the API version:
2019-06-01: FileServicesOperations
2023-05-01: FileServicesOperations
file_shares
Instance depends on the API version:
2019-06-01: FileSharesOperations
2023-05-01: FileSharesOperations
local_users
Instance depends on the API version:
- 2023-05-01: LocalUsersOperations
management_policies
Instance depends on the API version:
2019-06-01: ManagementPoliciesOperations
2023-05-01: ManagementPoliciesOperations
network_security_perimeter_configurations
Instance depends on the API version:
- 2023-05-01: NetworkSecurityPerimeterConfigurationsOperations
object_replication_policies
Instance depends on the API version:
2019-06-01: ObjectReplicationPoliciesOperations
2023-05-01: ObjectReplicationPoliciesOperations
operations
Instance depends on the API version:
2017-10-01: Operations
2019-06-01: Operations
2023-05-01: Operations
private_endpoint_connections
Instance depends on the API version:
2019-06-01: PrivateEndpointConnectionsOperations
2023-05-01: PrivateEndpointConnectionsOperations
private_link_resources
Instance depends on the API version:
2019-06-01: PrivateLinkResourcesOperations
2023-05-01: PrivateLinkResourcesOperations
queue
Instance depends on the API version:
2019-06-01: QueueOperations
2023-05-01: QueueOperations
queue_services
Instance depends on the API version:
2019-06-01: QueueServicesOperations
2023-05-01: QueueServicesOperations
skus
Instance depends on the API version:
2017-10-01: SkusOperations
2019-06-01: SkusOperations
2023-05-01: SkusOperations
storage_accounts
Instance depends on the API version:
2016-01-01: StorageAccountsOperations
2017-10-01: StorageAccountsOperations
2019-06-01: StorageAccountsOperations
2023-05-01: StorageAccountsOperations
storage_task_assignment_instances_report
Instance depends on the API version:
- 2023-05-01: StorageTaskAssignmentInstancesReportOperations
storage_task_assignments
Instance depends on the API version:
- 2023-05-01: StorageTaskAssignmentsOperations
storage_task_assignments_instances_report
Instance depends on the API version:
- 2023-05-01: StorageTaskAssignmentsInstancesReportOperations
table
Instance depends on the API version:
2019-06-01: TableOperations
2023-05-01: TableOperations
table_services
Instance depends on the API version:
2019-06-01: TableServicesOperations
2023-05-01: TableServicesOperations
usage
Instance depends on the API version:
2016-01-01: UsageOperations
2017-10-01: UsageOperations
usages
Instance depends on the API version:
2019-06-01: UsagesOperations
2023-05-01: UsagesOperations
DEFAULT_API_VERSION
DEFAULT_API_VERSION = '2023-05-01'
LATEST_PROFILE
LATEST_PROFILE = azure.mgmt.storage.StorageManagementClient latest
Azure SDK for Python