ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmNicContent Method
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.
Initializes a new instance of InMageRcmNicContent.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmNicContent InMageRcmNicContent (string nicId = default, string isPrimaryNic = default, string isSelectedForFailover = default, string targetSubnetName = default, System.Net.IPAddress targetStaticIPAddress = default, string testSubnetName = default, System.Net.IPAddress testStaticIPAddress = default);
static member InMageRcmNicContent : string * string * string * string * System.Net.IPAddress * string * System.Net.IPAddress -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmNicContent
Public Shared Function InMageRcmNicContent (Optional nicId As String = Nothing, Optional isPrimaryNic As String = Nothing, Optional isSelectedForFailover As String = Nothing, Optional targetSubnetName As String = Nothing, Optional targetStaticIPAddress As IPAddress = Nothing, Optional testSubnetName As String = Nothing, Optional testStaticIPAddress As IPAddress = Nothing) As InMageRcmNicContent
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
- IPAddress
The target static IP address.
- testSubnetName
- String
The test subnet name.
- testStaticIPAddress
- IPAddress
The test static IP address.
Returns
A new InMageRcmNicContent instance for mocking.