ArmMigrationAssessmentModelFactory.AvsAssessedNetworkAdapter 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 AvsAssessedNetworkAdapter.
public static Azure.ResourceManager.Migration.Assessment.Models.AvsAssessedNetworkAdapter AvsAssessedNetworkAdapter(string macAddress = default, System.Collections.Generic.IEnumerable<string> ipAddresses = default, string displayName = default, double? megabytesPerSecondReceived = default, double? megabytesPerSecondTransmitted = default);
static member AvsAssessedNetworkAdapter : string * seq<string> * string * Nullable<double> * Nullable<double> -> Azure.ResourceManager.Migration.Assessment.Models.AvsAssessedNetworkAdapter
Public Shared Function AvsAssessedNetworkAdapter (Optional macAddress As String = Nothing, Optional ipAddresses As IEnumerable(Of String) = Nothing, Optional displayName As String = Nothing, Optional megabytesPerSecondReceived As Nullable(Of Double) = Nothing, Optional megabytesPerSecondTransmitted As Nullable(Of Double) = Nothing) As AvsAssessedNetworkAdapter
Parameters
- macAddress
- String
Mac address of the NIC.
- ipAddresses
- IEnumerable<String>
IP V4 addresses for the machine.
- displayName
- String
Gets the display name of the network adapter.
Gets the Received data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment.
Gets the Transmitted data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment.
Returns
A new AvsAssessedNetworkAdapter instance for mocking.