Share via


DataBoxJobPatch Class

Definition

The JobResourceUpdateParameter.

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

Constructors

DataBoxJobPatch()

Initializes a new instance of DataBoxJobPatch.

Properties

Details

Details of a job to be updated.

Identity

Msi identity of the resource.

Tags

The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxJobPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxJobPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxJobPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxJobPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxJobPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to