Udostępnij przez


NetworkDeviceInterfaceProperties Class

Definition

Network device interface properties.

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

Constructors

Name Description
NetworkDeviceInterfaceProperties()

Initializes a new instance of NetworkDeviceInterfaceProperties.

Properties

Name Description
Identifier

Interface identifier. Example: HundredGigE0/0.

InterfaceType

Interface type.

SupportedConnectorTypes

List of supported connector types.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkDeviceInterfaceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkDeviceInterfaceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkDeviceInterfaceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkDeviceInterfaceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkDeviceInterfaceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to