SiteRecoveryProtectionContainerProperties Class

Definition

Protection profile custom data details.

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

Properties

FabricFriendlyName

Fabric friendly name.

FabricSpecificDetailsInstanceType

Gets the class type. Overridden in derived classes.

FabricType

The fabric type.

FriendlyName

The name.

PairingStatus

The pairing status of this cloud.

ProtectedItemCount

Number of protected PEs.

Role

The role of this cloud.

Explicit Interface Implementations

IJsonModel<SiteRecoveryProtectionContainerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryProtectionContainerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryProtectionContainerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryProtectionContainerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryProtectionContainerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to