Share via


ApplianceNetworkConfiguration Class

Definition

The Network Adapter configuration of a DataBox.

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

Properties

MacAddress

Mac Address.

Name

Name of the network.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplianceNetworkConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplianceNetworkConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplianceNetworkConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplianceNetworkConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplianceNetworkConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to