Share via


HybridComputeResourceUpdate Class

Definition

The Update Resource model definition.

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

Constructors

HybridComputeResourceUpdate()

Initializes a new instance of HybridComputeResourceUpdate.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<HybridComputeResourceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputeResourceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputeResourceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeResourceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputeResourceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to