다음을 통해 공유


DevCenterTrackedResourceUpdate Class

Definition

Base tracked resource type for PATCH updates.

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

Constructors

DevCenterTrackedResourceUpdate()

Initializes a new instance of DevCenterTrackedResourceUpdate.

Properties

Location

The geo-location where the resource lives.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevCenterTrackedResourceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevCenterTrackedResourceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevCenterTrackedResourceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterTrackedResourceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevCenterTrackedResourceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to