DataBoxEdgeDevicePatch Class

Definition

The Data Box Edge/Gateway device patch.

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

Constructors

Name Description
DataBoxEdgeDevicePatch()

Initializes a new instance of DataBoxEdgeDevicePatch.

Properties

Name Description
Identity

Msi identity of the resource.

SubscriptionId

The path ID that uniquely identifies the subscription of the edge profile.

Tags

The tags attached to the Data Box Edge/Gateway resource.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<DataBoxEdgeDevicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeDevicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeDevicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeDevicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to