InMageRcmNicDetails Constructors
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.
Overloads
InMageRcmNicDetails() |
Initializes a new instance of the InMageRcmNicDetails class. |
InMageRcmNicDetails(String, String, String, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the InMageRcmNicDetails class. |
InMageRcmNicDetails()
Initializes a new instance of the InMageRcmNicDetails class.
public InMageRcmNicDetails ();
Public Sub New ()
Applies to
InMageRcmNicDetails(String, String, String, String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the InMageRcmNicDetails class.
public InMageRcmNicDetails (string nicId = default, string isPrimaryNic = default, string isSelectedForFailover = default, string sourceIPAddress = default, string sourceIPAddressType = default, string sourceNetworkId = default, string sourceSubnetName = default, string targetIPAddress = default, string targetIPAddressType = default, string targetSubnetName = default, string testSubnetName = default, string testIPAddress = default, string testIPAddressType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmNicDetails : string * string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageRcmNicDetails
Public Sub New (Optional nicId As String = Nothing, Optional isPrimaryNic As String = Nothing, Optional isSelectedForFailover As String = Nothing, Optional sourceIPAddress As String = Nothing, Optional sourceIPAddressType As String = Nothing, Optional sourceNetworkId As String = Nothing, Optional sourceSubnetName As String = Nothing, Optional targetIPAddress As String = Nothing, Optional targetIPAddressType As String = Nothing, Optional targetSubnetName As String = Nothing, Optional testSubnetName As String = Nothing, Optional testIPAddress As String = Nothing, Optional testIPAddressType 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.
- sourceIPAddress
- String
The source IP address.
- sourceIPAddressType
- String
The source IP address type. Possible values include: 'Dynamic', 'Static'
- sourceNetworkId
- String
Source network Id.
- sourceSubnetName
- String
Source subnet name.
- targetIPAddress
- String
The target IP address.
- targetIPAddressType
- String
The target IP address type. Possible values include: 'Dynamic', 'Static'
- targetSubnetName
- String
Target subnet name.
- testSubnetName
- String
Test subnet name.
- testIPAddress
- String
The test IP address.
- testIPAddressType
- String
The test IP address type. Possible values include: 'Dynamic', 'Static'