AvsAssessedNetworkAdapter Class
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.
Second level object returned as part of AVS AssessedMachine REST resource.
public class AvsAssessedNetworkAdapter : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Migration.Assessment.Models.AvsAssessedNetworkAdapter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Migration.Assessment.Models.AvsAssessedNetworkAdapter>
type AvsAssessedNetworkAdapter = class
interface IJsonModel<AvsAssessedNetworkAdapter>
interface IPersistableModel<AvsAssessedNetworkAdapter>
Public Class AvsAssessedNetworkAdapter
Implements IJsonModel(Of AvsAssessedNetworkAdapter), IPersistableModel(Of AvsAssessedNetworkAdapter)
- Inheritance
-
AvsAssessedNetworkAdapter
- Implements
Properties
DisplayName |
Gets the display name of the network adapter. |
IPAddresses |
IP V4 addresses for the machine. |
MacAddress |
Mac address of the NIC. |
MegabytesPerSecondReceived |
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 |
Gets the Transmitted data for Network Adapter in MB/s. This value is the percentile of historical data based on options selected in Assessment. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AvsAssessedNetworkAdapter>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AvsAssessedNetworkAdapter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AvsAssessedNetworkAdapter>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AvsAssessedNetworkAdapter>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AvsAssessedNetworkAdapter>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |