InMageAzureV2PolicyDetails Class

Definition

InMage Azure v2 specific protection profile details.

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

Properties

AppConsistentFrequencyInMinutes

The app consistent snapshot frequency in minutes.

CrashConsistentFrequencyInMinutes

The crash consistent snapshot frequency in minutes.

MultiVmSyncStatus

A value indicating whether multi-VM sync has to be enabled.

RecoveryPointHistory

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

RecoveryPointThresholdInMinutes

The recovery point threshold in minutes.

Explicit Interface Implementations

IJsonModel<InMageAzureV2PolicyDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageAzureV2PolicyDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<InMageAzureV2PolicyDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageAzureV2PolicyDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageAzureV2PolicyDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to