NetworkBootstrapDevicePatch Class

Definition

The Network Bootstrap Device Patch Parameters defines the patch parameters of the resource.

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

Constructors

Name Description
NetworkBootstrapDevicePatch()

Initializes a new instance of NetworkBootstrapDevicePatch.

Properties

Name Description
Annotation

Switch configuration description.

HostName

The host name of the device.

Identity

The managed service identities assigned to this resource.

SerialNumber

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

Tags

Resource tags.

(Inherited from TagsUpdate)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkBootstrapDevicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TagsUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TagsUpdate)
IJsonModel<TagsUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TagsUpdate)
IPersistableModel<NetworkBootstrapDevicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkBootstrapDevicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkBootstrapDevicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TagsUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TagsUpdate)
IPersistableModel<TagsUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TagsUpdate)
IPersistableModel<TagsUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TagsUpdate)

Applies to