AssessedNetworkAdapter 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.
Assessed Network Adapter.
public class AssessedNetworkAdapter : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Migration.Assessment.Models.AssessedNetworkAdapter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Migration.Assessment.Models.AssessedNetworkAdapter>
type AssessedNetworkAdapter = class
interface IJsonModel<AssessedNetworkAdapter>
interface IPersistableModel<AssessedNetworkAdapter>
Public Class AssessedNetworkAdapter
Implements IJsonModel(Of AssessedNetworkAdapter), IPersistableModel(Of AssessedNetworkAdapter)
- Inheritance
-
AssessedNetworkAdapter
- Implements
Properties
DisplayName |
Gets the display name. |
IPAddresses |
Gets the ip addresses. |
MacAddress |
Gets the mac address. |
MegabytesPerSecondReceived |
Gets the megabytes per second received. |
MegabytesPerSecondTransmitted |
Gets the megabytes per second transmitted. |
MonthlyBandwidthCosts |
Gets the monthly bandwidth costs. |
NetGigabytesTransmittedPerMonth |
Gets the net gigabytes transmitted per month. |
Suitability |
Gets the suitability. |
SuitabilityDetail |
Gets the suitability detail. |
SuitabilityExplanation |
Gets the suitability explanation. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AssessedNetworkAdapter>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AssessedNetworkAdapter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AssessedNetworkAdapter>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AssessedNetworkAdapter>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AssessedNetworkAdapter>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |