Share via


CreateNetworkMappingInputProperties Class

Definition

Common input details for network mapping operation.

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

Constructors

CreateNetworkMappingInputProperties()

Creates an new CreateNetworkMappingInputProperties instance.

Properties

FabricSpecificDetailInstanceType

The instance type.

RecoveryFabricName

Recovery fabric Name.

RecoveryNetworkId

Recovery network Id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreateNetworkMappingInputProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreateNetworkMappingInputProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreateNetworkMappingInputProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to