public static interface ManagementPolicy.UpdateStages.Rule
| Modifier and Type | Method and Description |
|---|---|
PolicyRule.Update |
updateRule(String name)
The function that updates a rule whose name is the inputted parameter name.
|
ManagementPolicy.Update |
withoutRule(String name)
The function that removes a rule whose name is the inputted parameter name.
|
PolicyRule.Update updateRule(String name)
name - the name of the rule to be updated.ManagementPolicy.Update withoutRule(String name)
name - the name of the rule to be removed.Copyright © 2021 Microsoft Corporation. All rights reserved.