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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.ManagementPolicyDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.ManagementPolicyDefinition>
public class ManagementPolicyDefinition
type ManagementPolicyDefinition = class
interface IJsonModel<ManagementPolicyDefinition>
interface IPersistableModel<ManagementPolicyDefinition>
type ManagementPolicyDefinition = class
Public Class ManagementPolicyDefinition
Implements IJsonModel(Of ManagementPolicyDefinition), IPersistableModel(Of ManagementPolicyDefinition)
Public Class ManagementPolicyDefinition
- Inheritance
-
ManagementPolicyDefinition
- Implements
Constructors
ManagementPolicyDefinition(ManagementPolicyAction) |
Initializes a new instance of ManagementPolicyDefinition. |
Properties
Actions |
An object that defines the action set. |
Filters |
An object that defines the filter set. |
Explicit Interface Implementations
IJsonModel<ManagementPolicyDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagementPolicyDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagementPolicyDefinition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagementPolicyDefinition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagementPolicyDefinition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET