SnapshotPolicyHourlySchedule Class

Definition

Hourly Schedule properties.

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

Constructors

SnapshotPolicyHourlySchedule()

Initializes a new instance of SnapshotPolicyHourlySchedule.

Properties

Minute

Indicates which minute snapshot should be taken.

SnapshotsToKeep

Hourly snapshot count to keep.

UsedBytes

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

Explicit Interface Implementations

IJsonModel<SnapshotPolicyHourlySchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SnapshotPolicyHourlySchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SnapshotPolicyHourlySchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SnapshotPolicyHourlySchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SnapshotPolicyHourlySchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to