共用方式為


DeviceUpdateAccountPatch Class

Definition

Request payload used to update and existing Accounts.

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

Constructors

DeviceUpdateAccountPatch()

Initializes a new instance of DeviceUpdateAccountPatch.

Properties

Identity

The type of identity used for the resource.

Location

The geo-location where the resource lives.

Tags

List of key value pairs that describe the resource. This will overwrite the existing tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DeviceUpdateAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeviceUpdateAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeviceUpdateAccountPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeviceUpdateAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeviceUpdateAccountPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to