Share via


HyperVToAzStackHciprotectedNicProperties Class

Definition

HyperVToAzStackHCI NIC properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHciprotectedNicPropertiesTypeConverter))]
public class HyperVToAzStackHciprotectedNicProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHciprotectedNicProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHciprotectedNicPropertiesTypeConverter))>]
type HyperVToAzStackHciprotectedNicProperties = class
    interface IHyperVToAzStackHciprotectedNicProperties
    interface IJsonSerializable
Public Class HyperVToAzStackHciprotectedNicProperties
Implements IHyperVToAzStackHciprotectedNicProperties
Inheritance
HyperVToAzStackHciprotectedNicProperties
Attributes
Implements

Constructors

HyperVToAzStackHciprotectedNicProperties()

Creates an new HyperVToAzStackHciprotectedNicProperties instance.

Properties

MacAddress

Gets or sets the NIC mac address.

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 HyperVToAzStackHciprotectedNicProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVToAzStackHciprotectedNicProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHciprotectedNicProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVToAzStackHciprotectedNicProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to