ManagementPolicyVersion Class

Definition

Management policy action for blob version.

public class ManagementPolicyVersion : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.ManagementPolicyVersion>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.ManagementPolicyVersion>
public class ManagementPolicyVersion
type ManagementPolicyVersion = class
    interface IJsonModel<ManagementPolicyVersion>
    interface IPersistableModel<ManagementPolicyVersion>
type ManagementPolicyVersion = class
Public Class ManagementPolicyVersion
Implements IJsonModel(Of ManagementPolicyVersion), IPersistableModel(Of ManagementPolicyVersion)
Public Class ManagementPolicyVersion
Inheritance
ManagementPolicyVersion
Implements

Constructors

ManagementPolicyVersion()

Initializes a new instance of ManagementPolicyVersion.

Properties

Delete

The function to delete the blob version.

TierToArchive

The function to tier blob version to archive storage.

TierToCold

The function to tier blobs to cold storage.

TierToCool

The function to tier blob version to cool storage.

TierToHot

The function to tier blobs to hot storage. This action can only be used with Premium Block Blob Storage Accounts.

Explicit Interface Implementations

IJsonModel<ManagementPolicyVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagementPolicyVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagementPolicyVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagementPolicyVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagementPolicyVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to