SiteRecoveryCreateReplicationNetworkMappingProperties Class

Definition

Common input details for network mapping operation.

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

Constructors

SiteRecoveryCreateReplicationNetworkMappingProperties(ResourceIdentifier)

Initializes a new instance of SiteRecoveryCreateReplicationNetworkMappingProperties.

Properties

FabricSpecificDetails

Fabric specific input properties. Please note FabricSpecificCreateNetworkMappingContent 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 A2ACreateNetworkMappingContent, VmmToAzureCreateNetworkMappingContent and VmmToVmmCreateNetworkMappingContent.

RecoveryFabricName

Recovery fabric Name.

RecoveryNetworkId

Recovery network Id.

Explicit Interface Implementations

IJsonModel<SiteRecoveryCreateReplicationNetworkMappingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryCreateReplicationNetworkMappingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryCreateReplicationNetworkMappingProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryCreateReplicationNetworkMappingProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryCreateReplicationNetworkMappingProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to