A2ARecoveryPointDetails Class

Definition

A2A provider specific recovery point details.

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

Properties

Disks

List of disk ids representing a recovery point.

RecoveryPointSyncType

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

Explicit Interface Implementations

IJsonModel<A2ARecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<A2ARecoveryPointDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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