StorageManagementClient Class

The Azure Storage Management API.

Inheritance
builtins.object
StorageManagementClient

Constructor

StorageManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The ID of the target subscription.

base_url
str
default value: https://management.azure.com

Service URL. Default value is 'https://management.azure.com'.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

operations
Operations

Operations operations

skus
SkusOperations

SkusOperations operations

storage_accounts
StorageAccountsOperations

StorageAccountsOperations operations

deleted_accounts
DeletedAccountsOperations

DeletedAccountsOperations operations

usages
UsagesOperations

UsagesOperations operations

management_policies
ManagementPoliciesOperations

ManagementPoliciesOperations operations

blob_inventory_policies
BlobInventoryPoliciesOperations

BlobInventoryPoliciesOperations operations

private_endpoint_connections
PrivateEndpointConnectionsOperations

PrivateEndpointConnectionsOperations operations

private_link_resources
PrivateLinkResourcesOperations

PrivateLinkResourcesOperations operations

object_replication_policies
ObjectReplicationPoliciesOperations

ObjectReplicationPoliciesOperations operations

encryption_scopes
EncryptionScopesOperations

EncryptionScopesOperations operations

blob_services
BlobServicesOperations

BlobServicesOperations operations

blob_containers
BlobContainersOperations

BlobContainersOperations operations

file_services
FileServicesOperations

FileServicesOperations operations

file_shares
FileSharesOperations

FileSharesOperations operations

queue_services
QueueServicesOperations

QueueServicesOperations operations

queue
QueueOperations

QueueOperations operations

table_services
TableServicesOperations

TableServicesOperations operations

table
TableOperations

TableOperations operations

Methods

close

close

async close() -> None