SiteRecoveryNetworkMappingCreateOrUpdateContent Class

Definition

Create network mappings input.

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

Constructors

SiteRecoveryNetworkMappingCreateOrUpdateContent(SiteRecoveryCreateReplicationNetworkMappingProperties)

Initializes a new instance of SiteRecoveryNetworkMappingCreateOrUpdateContent.

Properties

Properties

Input properties for creating network mapping.

Explicit Interface Implementations

IJsonModel<SiteRecoveryNetworkMappingCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryNetworkMappingCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryNetworkMappingCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryNetworkMappingCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryNetworkMappingCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to