public class ManagementPolicySchema extends Object
| Constructor and Description |
|---|
ManagementPolicySchema() |
| Modifier and Type | Method and Description |
|---|---|
List<ManagementPolicyRule> |
rules()
Get the Storage Account ManagementPolicies Rules.
|
ManagementPolicySchema |
withRules(List<ManagementPolicyRule> rules)
Set the Storage Account ManagementPolicies Rules.
|
public List<ManagementPolicyRule> rules()
public ManagementPolicySchema withRules(List<ManagementPolicyRule> rules)
rules - the rules value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/