SqlAssessedNetworkAdapter 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.
SQL Assessed Network Adapter.
public class SqlAssessedNetworkAdapter : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Migration.Assessment.Models.SqlAssessedNetworkAdapter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Migration.Assessment.Models.SqlAssessedNetworkAdapter>
type SqlAssessedNetworkAdapter = class
interface IJsonModel<SqlAssessedNetworkAdapter>
interface IPersistableModel<SqlAssessedNetworkAdapter>
Public Class SqlAssessedNetworkAdapter
Implements IJsonModel(Of SqlAssessedNetworkAdapter), IPersistableModel(Of SqlAssessedNetworkAdapter)
- Inheritance
-
SqlAssessedNetworkAdapter
- 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. |
Name |
Gets the name. |
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<SqlAssessedNetworkAdapter>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlAssessedNetworkAdapter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlAssessedNetworkAdapter>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlAssessedNetworkAdapter>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlAssessedNetworkAdapter>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |