DeviceProperties Class

Definition

List of properties of the device.

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

Constructors

DeviceProperties()

Initializes a new instance of DeviceProperties.

Properties

DeviceModel

Model of the device.

DeviceVendor

Name of the device Vendor.

LinkSpeedInMbps

Link speed.

Explicit Interface Implementations

IJsonModel<DeviceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to