NetworkCloudNetworkInterface 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.
NetworkInterface represents properties of the network interface.
public class NetworkCloudNetworkInterface
public class NetworkCloudNetworkInterface : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudNetworkInterface>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudNetworkInterface>
type NetworkCloudNetworkInterface = class
type NetworkCloudNetworkInterface = class
interface IJsonModel<NetworkCloudNetworkInterface>
interface IPersistableModel<NetworkCloudNetworkInterface>
Public Class NetworkCloudNetworkInterface
Public Class NetworkCloudNetworkInterface
Implements IJsonModel(Of NetworkCloudNetworkInterface), IPersistableModel(Of NetworkCloudNetworkInterface)
- Inheritance
-
NetworkCloudNetworkInterface
- Implements
Properties
Address |
The partial address of Peripheral Component Interconnect (PCI). |
DeviceConnectionType |
The connection type of the device. |
Model |
The model name of the device. |
PhysicalSlot |
The physical slot for this device. |
PortCount |
The number of ports on the device. |
PortSpeed |
The maximum amount of data in gigabits that the line card transmits through a port at any given second. |
Vendor |
The vendor name of the device. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkCloudNetworkInterface>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudNetworkInterface>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudNetworkInterface>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudNetworkInterface>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudNetworkInterface>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET