ManagementPolicyDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set.
public class ManagementPolicyDefinition
type ManagementPolicyDefinition = class
Public Class ManagementPolicyDefinition
- Inheritance
-
ManagementPolicyDefinition
Constructors
| Name | Description |
|---|---|
| ManagementPolicyDefinition() |
Initializes a new instance of the ManagementPolicyDefinition class. |
| ManagementPolicyDefinition(ManagementPolicyAction, ManagementPolicyFilter) |
Initializes a new instance of the ManagementPolicyDefinition class. |
Properties
| Name | Description |
|---|---|
| Actions |
Gets or sets an object that defines the action set. |
| Filters |
Gets or sets an object that defines the filter set. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |