public class ManagementPolicyDefinition extends Object
| Constructor and Description |
|---|
ManagementPolicyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ManagementPolicyAction |
actions()
Get an object that defines the action set.
|
ManagementPolicyFilter |
filters()
Get an object that defines the filter set.
|
ManagementPolicyDefinition |
withActions(ManagementPolicyAction actions)
Set an object that defines the action set.
|
ManagementPolicyDefinition |
withFilters(ManagementPolicyFilter filters)
Set an object that defines the filter set.
|
public ManagementPolicyAction actions()
public ManagementPolicyDefinition withActions(ManagementPolicyAction actions)
actions - the actions value to setpublic ManagementPolicyFilter filters()
public ManagementPolicyDefinition withFilters(ManagementPolicyFilter filters)
filters - the filters 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.
*/