다음을 통해 공유


IotHubDescriptionPatch Class

Definition

A container holding only the Tags for a resource, allowing the user to update the tags on an IoT Hub instance.

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

Constructors

IotHubDescriptionPatch()

Initializes a new instance of IotHubDescriptionPatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IotHubDescriptionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IotHubDescriptionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IotHubDescriptionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IotHubDescriptionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IotHubDescriptionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to