VMwareCbtPolicyDetails Class

Definition

VMware Cbt specific policy details.

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

Properties

AppConsistentFrequencyInMinutes

The app consistent snapshot frequency in minutes.

CrashConsistentFrequencyInMinutes

The crash consistent snapshot frequency in minutes.

RecoveryPointHistoryInMinutes

The duration in minutes until which the recovery points need to be stored.

Explicit Interface Implementations

IJsonModel<PolicyProviderSpecificDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from PolicyProviderSpecificDetails)
IJsonModel<VMwareCbtPolicyDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareCbtPolicyDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PolicyProviderSpecificDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from PolicyProviderSpecificDetails)
IPersistableModel<VMwareCbtPolicyDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareCbtPolicyDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareCbtPolicyDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to