Share via


UpdateNetworkMappingInput Class

Definition

Update network mapping input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.UpdateNetworkMappingInputTypeConverter))]
public class UpdateNetworkMappingInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IUpdateNetworkMappingInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.UpdateNetworkMappingInputTypeConverter))>]
type UpdateNetworkMappingInput = class
    interface IUpdateNetworkMappingInput
    interface IJsonSerializable
Public Class UpdateNetworkMappingInput
Implements IUpdateNetworkMappingInput
Inheritance
UpdateNetworkMappingInput
Attributes
Implements

Constructors

UpdateNetworkMappingInput()

Creates an new UpdateNetworkMappingInput instance.

Properties

FabricSpecificDetailInstanceType

The instance type.

RecoveryFabricName

Recovery fabric name.

RecoveryNetworkId

Recovery network Id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateNetworkMappingInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateNetworkMappingInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IUpdateNetworkMappingInput.

FromJsonString(String)

Creates a new instance of UpdateNetworkMappingInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateNetworkMappingInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to