UpdateNetworkMappingInput 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.
Update network mapping input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.UpdateNetworkMappingInputTypeConverter))]
public class UpdateNetworkMappingInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IUpdateNetworkMappingInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.UpdateNetworkMappingInputTypeConverter))>]
type UpdateNetworkMappingInput = class
interface IUpdateNetworkMappingInput
interface IJsonSerializable
Public Class UpdateNetworkMappingInput
Implements IUpdateNetworkMappingInput
- Inheritance
-
UpdateNetworkMappingInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UpdateNetworkMappingInput() |
Creates an new UpdateNetworkMappingInput instance. |
Properties
| Name | Description |
|---|---|
| FabricSpecificDetailInstanceType |
The instance type. |
| RecoveryFabricName |
Recovery fabric name. |
| RecoveryNetworkId |
Recovery network Id. |
Methods
| Name | Description |
|---|---|
| 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.Api202401.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. |