StorageAccountManagementPoliciesRulesProperty Class
The Storage Account Data Policies properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.storage.v2018_03_01_preview.models._models_py3.ManagementPoliciesRulesStorageAccountManagementPoliciesRulesProperty
Constructor
StorageAccountManagementPoliciesRulesProperty(*, policy: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
policy
|
<xref:JSON>
The Storage Account ManagementPolicies Rules, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. |
Variables
Name | Description |
---|---|
policy
|
<xref:JSON>
The Storage Account ManagementPolicies Rules, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. |
last_modified_time
|
Returns the date and time the ManagementPolicies was last modified. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python