ProtectionContainerMappingProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Protection container mapping properties.
public class ProtectionContainerMappingProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProtectionContainerMappingProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProtectionContainerMappingProperties>
type ProtectionContainerMappingProperties = class
interface IJsonModel<ProtectionContainerMappingProperties>
interface IPersistableModel<ProtectionContainerMappingProperties>
Public Class ProtectionContainerMappingProperties
Implements IJsonModel(Of ProtectionContainerMappingProperties), IPersistableModel(Of ProtectionContainerMappingProperties)
- Inheritance
-
ProtectionContainerMappingProperties
- Implements
Properties
Health |
Health of pairing. |
HealthErrorDetails |
Health error. |
PolicyFriendlyName |
Friendly name of replication policy. |
PolicyId |
Policy ARM Id. |
ProviderSpecificDetails |
Provider specific provider details. Please note ProtectionContainerMappingProviderSpecificDetails 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 A2AProtectionContainerMappingDetails, InMageRcmProtectionContainerMappingDetails and VMwareCbtProtectionContainerMappingDetails. |
SourceFabricFriendlyName |
Friendly name of source fabric. |
SourceProtectionContainerFriendlyName |
Friendly name of source protection container. |
State |
Association Status. |
TargetFabricFriendlyName |
Friendly name of target fabric. |
TargetProtectionContainerFriendlyName |
Friendly name of paired container. |
TargetProtectionContainerId |
Paired protection container ARM ID. |
Explicit Interface Implementations
IJsonModel<ProtectionContainerMappingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ProtectionContainerMappingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ProtectionContainerMappingProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ProtectionContainerMappingProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ProtectionContainerMappingProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET