Share via


VMwareToAzStackHciPolicyCustomProperties Class

Definition

VMware To AzStackHCI Policy model custom properties.

public class VMwareToAzStackHciPolicyCustomProperties : Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationPolicyCustomProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciPolicyCustomProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciPolicyCustomProperties>
type VMwareToAzStackHciPolicyCustomProperties = class
    inherit DataReplicationPolicyCustomProperties
    interface IJsonModel<VMwareToAzStackHciPolicyCustomProperties>
    interface IPersistableModel<VMwareToAzStackHciPolicyCustomProperties>
Public Class VMwareToAzStackHciPolicyCustomProperties
Inherits DataReplicationPolicyCustomProperties
Implements IJsonModel(Of VMwareToAzStackHciPolicyCustomProperties), IPersistableModel(Of VMwareToAzStackHciPolicyCustomProperties)
Inheritance
VMwareToAzStackHciPolicyCustomProperties
Implements

Constructors

VMwareToAzStackHciPolicyCustomProperties(Int32, Int32, Int32)

Initializes a new instance of VMwareToAzStackHciPolicyCustomProperties.

Properties

AppConsistentFrequencyInMinutes

Gets or sets the app consistent snapshot frequency (in minutes).

CrashConsistentFrequencyInMinutes

Gets or sets the crash consistent snapshot frequency (in minutes).

RecoveryPointHistoryInMinutes

Gets or sets the duration in minutes until which the recovery points need to be stored.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationPolicyCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataReplicationPolicyCustomProperties)
IJsonModel<DataReplicationPolicyCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataReplicationPolicyCustomProperties)
IJsonModel<VMwareToAzStackHciPolicyCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareToAzStackHciPolicyCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationPolicyCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataReplicationPolicyCustomProperties)
IPersistableModel<DataReplicationPolicyCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataReplicationPolicyCustomProperties)
IPersistableModel<DataReplicationPolicyCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataReplicationPolicyCustomProperties)
IPersistableModel<VMwareToAzStackHciPolicyCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareToAzStackHciPolicyCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareToAzStackHciPolicyCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to