Share via


HyperVToAzStackHciPolicyCustomProperties Class

Definition

HyperV To AzStackHCI Policy model custom properties.

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

Constructors

HyperVToAzStackHciPolicyCustomProperties(Int32, Int32, Int32)

Initializes a new instance of HyperVToAzStackHciPolicyCustomProperties.

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<HyperVToAzStackHciPolicyCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVToAzStackHciPolicyCustomProperties>.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<HyperVToAzStackHciPolicyCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVToAzStackHciPolicyCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVToAzStackHciPolicyCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to