InMageRcmRecoveryPointDetails Class

Definition

InMageRcm provider specific recovery point details.

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

Properties

IsMultiVmSyncPoint

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

Explicit Interface Implementations

IJsonModel<InMageRcmRecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<InMageRcmRecoveryPointDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InMageRcmRecoveryPointDetails>.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