MigrationAssessedSqlMachineData.NetworkAdapters Property
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.
Gets the list of network adapters that were assessed as part of this assessment.
public System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.Migration.Assessment.Models.SqlAssessedNetworkAdapter> NetworkAdapters { get; }
member this.NetworkAdapters : System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Migration.Assessment.Models.SqlAssessedNetworkAdapter>
Public ReadOnly Property NetworkAdapters As IReadOnlyDictionary(Of String, SqlAssessedNetworkAdapter)