HyperVToAzStackHcinicInput 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.
HyperVToAzStackHCI NIC properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHcinicInputTypeConverter))]
public class HyperVToAzStackHcinicInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHcinicInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHcinicInputTypeConverter))>]
type HyperVToAzStackHcinicInput = class
interface IHyperVToAzStackHcinicInput
interface IJsonSerializable
Public Class HyperVToAzStackHcinicInput
Implements IHyperVToAzStackHcinicInput
- Inheritance
-
HyperVToAzStackHcinicInput
- Attributes
- Implements
Constructors
HyperVToAzStackHcinicInput() |
Creates an new HyperVToAzStackHcinicInput instance. |
Properties
NetworkName |
Gets or sets the network name. |
NicId |
Gets or sets the NIC Id. |
SelectionTypeForFailover |
Gets or sets the selection type of the NIC. |
TargetNetworkId |
Gets or sets the target network Id within AzStackHCI Cluster. |
TestNetworkId |
Gets or sets the target test network Id within AzStackHCI Cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HyperVToAzStackHcinicInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HyperVToAzStackHcinicInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHcinicInput. |
FromJsonString(String) |
Creates a new instance of HyperVToAzStackHcinicInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HyperVToAzStackHcinicInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |