다음을 통해 공유


VMwareResourcePatchContent Class

Definition

Object containing updates for patch operations.

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

Constructors

VMwareResourcePatchContent()

Initializes a new instance of VMwareResourcePatchContent.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<VMwareResourcePatchContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareResourcePatchContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareResourcePatchContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareResourcePatchContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareResourcePatchContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to