SnapshotPolicyMonthlySchedule 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.
Monthly Schedule properties.
public class SnapshotPolicyMonthlySchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.SnapshotPolicyMonthlySchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.SnapshotPolicyMonthlySchedule>
type SnapshotPolicyMonthlySchedule = class
interface IJsonModel<SnapshotPolicyMonthlySchedule>
interface IPersistableModel<SnapshotPolicyMonthlySchedule>
Public Class SnapshotPolicyMonthlySchedule
Implements IJsonModel(Of SnapshotPolicyMonthlySchedule), IPersistableModel(Of SnapshotPolicyMonthlySchedule)
- Inheritance
-
SnapshotPolicyMonthlySchedule
- Implements
Constructors
SnapshotPolicyMonthlySchedule() |
Initializes a new instance of SnapshotPolicyMonthlySchedule. |
Properties
DaysOfMonth |
Indicates which days of the month snapshot should be taken. A comma delimited string. |
Hour |
Indicates which hour in UTC timezone a snapshot should be taken. |
Minute |
Indicates which minute snapshot should be taken. |
SnapshotsToKeep |
Monthly snapshot count to keep. |
UsedBytes |
Resource size in bytes, current storage usage for the volume in bytes. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SnapshotPolicyMonthlySchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SnapshotPolicyMonthlySchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SnapshotPolicyMonthlySchedule>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SnapshotPolicyMonthlySchedule>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SnapshotPolicyMonthlySchedule>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET