다음을 통해 공유


NetworkCloudNic Class

Definition

Type Deprecated. Will be removed in an upcoming version. Nic represents the network interface card details.

public class NetworkCloudNic
public class NetworkCloudNic : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudNic>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudNic>
type NetworkCloudNic = class
type NetworkCloudNic = class
    interface IJsonModel<NetworkCloudNic>
    interface IPersistableModel<NetworkCloudNic>
Public Class NetworkCloudNic
Public Class NetworkCloudNic
Implements IJsonModel(Of NetworkCloudNic), IPersistableModel(Of NetworkCloudNic)
Inheritance
NetworkCloudNic
Implements

Properties

LldpNeighbor

The information about the device connected to this NIC.

MacAddress

The MAC address associated with this NIC.

Name

The name of the NIC/interface.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkCloudNic>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkCloudNic>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudNic>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudNic>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkCloudNic>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to