VMwareToAzStackHciNicInput Constructor

Definition

Initializes a new instance of VMwareToAzStackHciNicInput.

public VMwareToAzStackHciNicInput (string nicId, string label, string targetNetworkId, string testNetworkId, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection selectionTypeForFailover);
new Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput : string * string * string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput
Public Sub New (nicId As String, label As String, targetNetworkId As String, testNetworkId As String, selectionTypeForFailover As VmNicSelection)

Parameters

nicId
String

Gets or sets the NIC Id.

label
String

Gets or sets the NIC label.

targetNetworkId
String

Gets or sets the target network Id within AzStackHCI Cluster.

testNetworkId
String

Gets or sets the target test network Id within AzStackHCI Cluster.

selectionTypeForFailover
VmNicSelection

Gets or sets the selection type of the NIC.

Exceptions

nicId, label, targetNetworkId or testNetworkId is null.

Applies to