public final class ManagementPolicySchema extends Object
| Constructor and Description |
|---|
ManagementPolicySchema() |
| Modifier and Type | Method and Description |
|---|---|
List<ManagementPolicyRule> |
rules()
Get the rules property: The Storage Account ManagementPolicies Rules.
|
void |
validate()
Validates the instance.
|
ManagementPolicySchema |
withRules(List<ManagementPolicyRule> rules)
Set the rules property: The Storage Account ManagementPolicies Rules.
|
public List<ManagementPolicyRule> rules()
public ManagementPolicySchema withRules(List<ManagementPolicyRule> rules)
rules - the rules value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.