AzureConfig#
- class AzureConfig(storage_account_name=None, storage_account_key=None, container_name=None, *args, **kwargs)#
Bases:
object
Azure configuration for tiering profile.
- Parameters:
storage_account_name (required min=3 chars, max=24 chars) – (
storage_account_name
) Storage account name for Azure.storage_account_key (max=1024 chars) – (
storage_account_key
) Storage account key for Azure.container_name (min=3 chars, max=63 chars) – (
container_name
) Container name for Azure.
- property container_name#
Container name for Azure.
- Type:
str
- property storage_account_key#
Storage account key for Azure.
- Type:
str
- property storage_account_name#
Storage account name for Azure.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model