Condividi tramite


NetAppElasticBackupPolicyProperties Class

Definition

Elastic Backup Policy properties.

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

Constructors

Name Description
NetAppElasticBackupPolicyProperties()

Initializes a new instance of NetAppElasticBackupPolicyProperties.

Properties

Name Description
AssignedVolumesCount

The number of volumes currently using this Backup Policy.

DailyBackupsToKeep

Daily backups count to keep.

MonthlyBackupsToKeep

Monthly backups count to keep.

PolicyState

The property to identify whether Backup Policy is enabled or not.

ProvisioningState

Azure lifecycle management.

WeeklyBackupsToKeep

Weekly backups count to keep.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetAppElasticBackupPolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppElasticBackupPolicyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppElasticBackupPolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppElasticBackupPolicyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to