SnapshotPolicyDailySchedule Class

Definition

Daily Schedule properties.

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

Constructors

SnapshotPolicyDailySchedule()

Initializes a new instance of SnapshotPolicyDailySchedule.

Properties

Hour

Indicates which hour in UTC timezone a snapshot should be taken.

Minute

Indicates which minute snapshot should be taken.

SnapshotsToKeep

Daily snapshot count to keep.

UsedBytes

Resource size in bytes, current storage usage for the volume in bytes.

Explicit Interface Implementations

IJsonModel<SnapshotPolicyDailySchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SnapshotPolicyDailySchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SnapshotPolicyDailySchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SnapshotPolicyDailySchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SnapshotPolicyDailySchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to