ComputeResourcePatch Class

Definition

The Update Resource model definition.

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

Constructors

ComputeResourcePatch()

Initializes a new instance of ComputeResourcePatch.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<ComputeResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to