Dela via


VMwareToAzStackHciPolicyModelCustomProperties Class

Definition

VMware To AzStackHCI Policy model custom properties.

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

Constructors

VMwareToAzStackHciPolicyModelCustomProperties(Int32, Int32, Int32)

Initializes a new instance of VMwareToAzStackHciPolicyModelCustomProperties.

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from PolicyModelCustomProperties)
IJsonModel<VMwareToAzStackHciPolicyModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareToAzStackHciPolicyModelCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PolicyModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from PolicyModelCustomProperties)
IPersistableModel<VMwareToAzStackHciPolicyModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareToAzStackHciPolicyModelCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareToAzStackHciPolicyModelCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to