ManagementPolicySchema Class

  • java.lang.Object
    • com.microsoft.azure.management.storage.ManagementPolicySchema

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<ManagementPolicyRule> rules()

Get the Storage Account ManagementPolicies Rules.

ManagementPolicySchema withRules(List<ManagementPolicyRule> rules)

Set the Storage Account ManagementPolicies Rules.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ManagementPolicySchema

public ManagementPolicySchema()

Method Details

rules

public List 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

public ManagementPolicySchema withRules(List rules)

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.

Applies to