VirtualDesktopPatch Class

Definition

Desktop properties that can be patched.

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

Constructors

VirtualDesktopPatch()

Initializes a new instance of VirtualDesktopPatch.

Properties

Description

Description of Desktop.

FriendlyName

Friendly name of Desktop.

Tags

tags to be updated.

Explicit Interface Implementations

IJsonModel<VirtualDesktopPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualDesktopPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualDesktopPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualDesktopPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualDesktopPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to