ManagementPolicyAction 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.
Actions are applied to the filtered blobs when the execution condition is met.
public class ManagementPolicyAction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.ManagementPolicyAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.ManagementPolicyAction>
public class ManagementPolicyAction
type ManagementPolicyAction = class
interface IJsonModel<ManagementPolicyAction>
interface IPersistableModel<ManagementPolicyAction>
type ManagementPolicyAction = class
Public Class ManagementPolicyAction
Implements IJsonModel(Of ManagementPolicyAction), IPersistableModel(Of ManagementPolicyAction)
Public Class ManagementPolicyAction
- Inheritance
-
ManagementPolicyAction
- Implements
Constructors
ManagementPolicyAction() |
Initializes a new instance of ManagementPolicyAction. |
Properties
BaseBlob |
The management policy action for base blob. |
Snapshot |
The management policy action for snapshot. |
Version |
The management policy action for version. |
Explicit Interface Implementations
IJsonModel<ManagementPolicyAction>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagementPolicyAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagementPolicyAction>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagementPolicyAction>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagementPolicyAction>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET