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.
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
Attributes
blob_containers
Instance depends on the API version:
2019-06-01: BlobContainersOperations
2024-01-01: BlobContainersOperations
blob_inventory_policies
Instance depends on the API version:
2019-06-01: BlobInventoryPoliciesOperations
2024-01-01: BlobInventoryPoliciesOperations
blob_services
Instance depends on the API version:
2019-06-01: BlobServicesOperations
2024-01-01: BlobServicesOperations
deleted_accounts
Instance depends on the API version:
- 2024-01-01: DeletedAccountsOperations
encryption_scopes
Instance depends on the API version:
2019-06-01: EncryptionScopesOperations
2024-01-01: EncryptionScopesOperations
file_services
Instance depends on the API version:
2019-06-01: FileServicesOperations
2024-01-01: FileServicesOperations
file_shares
Instance depends on the API version:
2019-06-01: FileSharesOperations
2024-01-01: FileSharesOperations
local_users
Instance depends on the API version:
- 2024-01-01: LocalUsersOperations
management_policies
Instance depends on the API version:
2019-06-01: ManagementPoliciesOperations
2024-01-01: ManagementPoliciesOperations
network_security_perimeter_configurations
Instance depends on the API version:
- 2024-01-01: NetworkSecurityPerimeterConfigurationsOperations
object_replication_policies
Instance depends on the API version:
2019-06-01: ObjectReplicationPoliciesOperations
2024-01-01: ObjectReplicationPoliciesOperations
operations
Instance depends on the API version:
2017-10-01: Operations
2019-06-01: Operations
2024-01-01: Operations
private_endpoint_connections
Instance depends on the API version:
2019-06-01: PrivateEndpointConnectionsOperations
2024-01-01: PrivateEndpointConnectionsOperations
private_link_resources
Instance depends on the API version:
2019-06-01: PrivateLinkResourcesOperations
2024-01-01: PrivateLinkResourcesOperations
queue
Instance depends on the API version:
2019-06-01: QueueOperations
2024-01-01: QueueOperations
queue_services
Instance depends on the API version:
2019-06-01: QueueServicesOperations
2024-01-01: QueueServicesOperations
skus
Instance depends on the API version:
2017-10-01: SkusOperations
2019-06-01: SkusOperations
2024-01-01: SkusOperations
storage_accounts
Instance depends on the API version:
2016-01-01: StorageAccountsOperations
2017-10-01: StorageAccountsOperations
2019-06-01: StorageAccountsOperations
2024-01-01: StorageAccountsOperations
storage_task_assignment_instances_report
Instance depends on the API version:
- 2024-01-01: StorageTaskAssignmentInstancesReportOperations
storage_task_assignments
Instance depends on the API version:
- 2024-01-01: StorageTaskAssignmentsOperations
storage_task_assignments_instances_report
Instance depends on the API version:
- 2024-01-01: StorageTaskAssignmentsInstancesReportOperations
table
Instance depends on the API version:
2019-06-01: TableOperations
2024-01-01: TableOperations
table_services
Instance depends on the API version:
2019-06-01: TableServicesOperations
2024-01-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
2024-01-01: UsagesOperations
DEFAULT_API_VERSION
DEFAULT_API_VERSION = '2024-01-01'
LATEST_PROFILE
LATEST_PROFILE = azure.mgmt.storage.StorageManagementClient latest
Azure SDK for Python