Condividi tramite


ArmMigrationAssessmentModelFactory.AvsAssessedNetworkAdapter Method

Definition

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.

megabytesPerSecondReceived
Nullable<Double>

Gets the Received data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment.

megabytesPerSecondTransmitted
Nullable<Double>

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.

Applies to