SqlAssessedNetworkAdapter interface
SQL Assessed Network Adapter.
Properties
| display |
Gets the display name. |
| ip |
Gets the ip addresses. NOTE: This property will not be serialized. It can only be populated by the server. |
| mac |
Gets the mac address. |
| megabytes |
Gets the megabytes per second received. |
| megabytes |
Gets the megabytes per second transmitted. |
| monthly |
Gets the monthly bandwidth costs. |
| name | Gets the name. |
| net |
Gets the net gigabytes transmitted per month. |
| suitability | Gets the suitability. |
| suitability |
Gets the suitability detail. |
| suitability |
Gets the suitability explanation. |
Property Details
displayName
Gets the display name.
displayName?: string
Property Value
string
ipAddresses
Gets the ip addresses. NOTE: This property will not be serialized. It can only be populated by the server.
ipAddresses?: string[]
Property Value
string[]
macAddress
Gets the mac address.
macAddress?: string
Property Value
string
megabytesPerSecondReceived
Gets the megabytes per second received.
megabytesPerSecondReceived?: number
Property Value
number
megabytesPerSecondTransmitted
Gets the megabytes per second transmitted.
megabytesPerSecondTransmitted?: number
Property Value
number
monthlyBandwidthCosts
Gets the monthly bandwidth costs.
monthlyBandwidthCosts?: number
Property Value
number
name
Gets the name.
name?: string
Property Value
string
netGigabytesTransmittedPerMonth
Gets the net gigabytes transmitted per month.
netGigabytesTransmittedPerMonth?: number
Property Value
number
suitability
Gets the suitability.
suitability?: string
Property Value
string
suitabilityDetail
Gets the suitability detail.
suitabilityDetail?: string
Property Value
string
suitabilityExplanation
Gets the suitability explanation.
suitabilityExplanation?: string
Property Value
string