ArmRecoveryServicesDataReplicationModelFactory.VMwareToAzStackHciNicInput Method

Definition

Initializes a new instance of VMwareToAzStackHciNicInput.

public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput VMwareToAzStackHciNicInput (string nicId = default, string label = default, string networkName = default, string targetNetworkId = default, string testNetworkId = default, Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection selectionTypeForFailover = default);
static member VMwareToAzStackHciNicInput : string * string * string * string * string * Azure.ResourceManager.RecoveryServicesDataReplication.Models.VmNicSelection -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciNicInput
Public Shared Function VMwareToAzStackHciNicInput (Optional nicId As String = Nothing, Optional label As String = Nothing, Optional networkName As String = Nothing, Optional targetNetworkId As String = Nothing, Optional testNetworkId As String = Nothing, Optional selectionTypeForFailover As VmNicSelection = Nothing) As VMwareToAzStackHciNicInput

Parameters

nicId
String

Gets or sets the NIC Id.

label
String

Gets or sets the NIC label.

networkName
String

Gets or sets the network name.

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.

Returns

A new VMwareToAzStackHciNicInput instance for mocking.

Applies to