ManagementPolicySnapShot Class

Definition

Management policy action for snapshot.

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

Constructors

ManagementPolicySnapShot()

Initializes a new instance of ManagementPolicySnapShot.

Properties

Delete

The function to delete the blob snapshot.

TierToArchive

The function to tier blob snapshot to archive storage.

TierToCold

The function to tier blobs to cold storage.

TierToCool

The function to tier blob snapshot 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<ManagementPolicySnapShot>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagementPolicySnapShot>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagementPolicySnapShot>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagementPolicySnapShot>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagementPolicySnapShot>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to