Share via


NetAppElasticSnapshotPolicyPatchProperties Class

Definition

The updatable properties of the ElasticSnapshotPolicy.

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

Constructors

Name Description
NetAppElasticSnapshotPolicyPatchProperties()

Initializes a new instance of NetAppElasticSnapshotPolicyPatchProperties.

Properties

Name Description
DailySchedule

Schedule for daily snapshots.

HourlySchedule

Schedule for hourly snapshots.

MonthlySchedule

Schedule for monthly snapshots.

PolicyStatus

Configures if the snapshot policy is enabled on the volumes connected to the policy.

WeeklySchedule

Schedule for weekly snapshots.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetAppElasticSnapshotPolicyPatchProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetAppElasticSnapshotPolicyPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppElasticSnapshotPolicyPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppElasticSnapshotPolicyPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppElasticSnapshotPolicyPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to