SiteRecoveryProtectableItemProperties Class

Definition

Replication protected item custom data details.

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

Properties

CustomDetails

The Replication provider custom settings. Please note SiteRecoveryReplicationProviderSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include HyperVVmDetails, ReplicationGroupDetails, VMwareVmDetails and VmmVmDetails.

FriendlyName

The name.

ProtectionReadinessErrors

The Current protection readiness errors.

ProtectionStatus

The protection status.

RecoveryServicesProviderId

The recovery provider ARM Id.

ReplicationProtectedItemId

The ARM resource of protected items.

SupportedReplicationProviders

The list of replication providers supported for the protectable item.

Explicit Interface Implementations

IJsonModel<SiteRecoveryProtectableItemProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryProtectableItemProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryProtectableItemProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryProtectableItemProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryProtectableItemProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to