Share via


NetAppElasticSnapshotPolicyProperties Class

Definition

Elastic Snapshot policy properties.

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

Constructors

Name Description
NetAppElasticSnapshotPolicyProperties()

Initializes a new instance of NetAppElasticSnapshotPolicyProperties.

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.

ProvisioningState

Azure lifecycle management.

WeeklySchedule

Schedule for weekly snapshots.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetAppElasticSnapshotPolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppElasticSnapshotPolicyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppElasticSnapshotPolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppElasticSnapshotPolicyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to