SiteRecoveryNetworkMappingPatch Class

Definition

Update network mapping input.

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

Constructors

SiteRecoveryNetworkMappingPatch()

Initializes a new instance of SiteRecoveryNetworkMappingPatch.

Properties

Properties

The input properties needed to update network mapping.

Explicit Interface Implementations

IJsonModel<SiteRecoveryNetworkMappingPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryNetworkMappingPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryNetworkMappingPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryNetworkMappingPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryNetworkMappingPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to