StorageManagement Class

The Azure Storage Management API.

Inheritance
builtins.object
StorageManagement

Constructor

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

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Gets subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

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

storage_accounts
StorageAccountsOperations

StorageAccountsOperations operations

usage
UsageOperations

UsageOperations operations

Methods

close

close

close() -> None