CreateNetworkMappingInputProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Common input details for network mapping operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.CreateNetworkMappingInputPropertiesTypeConverter))]
public class CreateNetworkMappingInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ICreateNetworkMappingInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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. |