NetworkBootstrapInterfacePatch Class

Definition

The NetworkBootstrapInterfacePatch resource definition.

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

Constructors

Name Description
NetworkBootstrapInterfacePatch()

Initializes a new instance of NetworkBootstrapInterfacePatch.

Properties

Name Description
AdditionalDescription

Additional description of the interface.

Annotation

Switch configuration description.

SerialNumber

Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkBootstrapInterfacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkBootstrapInterfacePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkBootstrapInterfacePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkBootstrapInterfacePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to