Share via


InMageAzureV2RecoveryPointDetails Class

Definition

InMage Azure V2 provider specific recovery point details.

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

Properties

IsMultiVmSyncPoint

A value indicating whether the recovery point is multi VM consistent.

Explicit Interface Implementations

IJsonModel<InMageAzureV2RecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InMageAzureV2RecoveryPointDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ProviderSpecificRecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ProviderSpecificRecoveryPointDetails)
IPersistableModel<InMageAzureV2RecoveryPointDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InMageAzureV2RecoveryPointDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageAzureV2RecoveryPointDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ProviderSpecificRecoveryPointDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ProviderSpecificRecoveryPointDetails)

Applies to