ArmRecoveryServicesSiteRecoveryModelFactory.InMageRcmFailbackNicDetails 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 InMageRcmFailbackNicDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackNicDetails InMageRcmFailbackNicDetails (string macAddress = default, string networkName = default, string adapterType = default, System.Net.IPAddress sourceIPAddress = default);
static member InMageRcmFailbackNicDetails : string * string * string * System.Net.IPAddress -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmFailbackNicDetails
Public Shared Function InMageRcmFailbackNicDetails (Optional macAddress As String = Nothing, Optional networkName As String = Nothing, Optional adapterType As String = Nothing, Optional sourceIPAddress As IPAddress = Nothing) As InMageRcmFailbackNicDetails
Parameters
- macAddress
- String
The mac address.
- networkName
- String
The network name.
- adapterType
- String
The adapter type.
- sourceIPAddress
- IPAddress
The IP address.
Returns
A new InMageRcmFailbackNicDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET