ManagementPolicySchema Class
- java.
lang. Object - com.
microsoft. azure. management. storage. ManagementPolicySchema
- com.
public class 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
Constructor | Description | |
---|---|---|
ManagementPolicySchema() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<Management |
rules()
Get the Storage Account Management |
Management |
withRules(List<ManagementPolicyRule> rules)
Set the Storage Account Management |
Methods inherited from java.lang.Object
Constructor Details
ManagementPolicySchema
public ManagementPolicySchema()
Method Details
rules
public List
Get the Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
Returns:
withRules
public ManagementPolicySchema withRules(List
Set the Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
Parameters:
Returns:
Applies to
Azure SDK for Java