Class ManagementPolicySchema
java.lang.Object
com.microsoft.azure.management.storage.ManagementPolicySchema
The Storage Account ManagementPolicies Rules. See more details in:
https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrules()
Get the Storage Account ManagementPolicies Rules.withRules
(List<ManagementPolicyRule> rules) Set the Storage Account ManagementPolicies Rules.
-
Constructor Details
-
ManagementPolicySchema
public ManagementPolicySchema()
-
-
Method Details
-
rules
Get the Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.- Returns:
- the rules value
-
withRules
Set the Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.- Parameters:
rules
- the rules value to set- Returns:
- the ManagementPolicySchema object itself.
-