Delen via


InMageRcmNicInput Constructors

Definition

Overloads

InMageRcmNicInput()

Initializes a new instance of the InMageRcmNicInput class.

InMageRcmNicInput(String, String, String, String, String, String, String)

Initializes a new instance of the InMageRcmNicInput class.

InMageRcmNicInput()

Initializes a new instance of the InMageRcmNicInput class.

public InMageRcmNicInput ();
Public Sub New ()

Applies to

InMageRcmNicInput(String, String, String, String, String, String, String)

Initializes a new instance of the InMageRcmNicInput class.

public InMageRcmNicInput (string nicId, string isPrimaryNic, string isSelectedForFailover = default, string targetSubnetName = default, string targetStaticIPAddress = default, string testSubnetName = default, string testStaticIPAddress = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmNicInput : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmNicInput
Public Sub New (nicId As String, isPrimaryNic As String, Optional isSelectedForFailover As String = Nothing, Optional targetSubnetName As String = Nothing, Optional targetStaticIPAddress As String = Nothing, Optional testSubnetName As String = Nothing, Optional testStaticIPAddress As String = Nothing)

Parameters

nicId
String

The NIC Id.

isPrimaryNic
String

A value indicating whether this is the primary NIC.

isSelectedForFailover
String

A value indicating whether this NIC is selected for failover.

targetSubnetName
String

Target subnet name.

targetStaticIPAddress
String

The target static IP address.

testSubnetName
String

The test subnet name.

testStaticIPAddress
String

The test static IP address.

Applies to