SystemCreatedStorageAccount Class
- Inheritance
-
builtins.objectSystemCreatedStorageAccount
Constructor
SystemCreatedStorageAccount(*, storage_account_hns: bool, storage_account_type: StorageAccountType | None, arm_resource_id: str | None = None, replicated_ids: List[str] | None = None, replication_count: int = 1)
Parameters
Name | Description |
---|---|
arm_resource_id
Required
|
Resource ID of the storage account. |
storage_account_hns
Required
|
Whether or not this storage account has hierarchical namespaces enabled. |
storage_account_type
Required
|
Allowed values: "Standard_LRS", "Standard_GRS, "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS" |
replication_count
Required
|
The number of replicas of this storage account that should be created. Defaults to 1. Values less than 1 are invalid. |
replicated_ids
Required
|
If this storage was replicated, then this is a list of all storage IDs with these settings for this registry. Defaults to none for un-replicated storage accounts. |
Keyword-Only Parameters
Name | Description |
---|---|
storage_account_hns
Required
|
|
storage_account_type
Required
|
|
arm_resource_id
Required
|
|
replicated_ids
Required
|
|
replication_count
|
Default value: 1
|
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python