Compartir a través de


WorkspacePatch Class

Definition

Workspace properties that can be patched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.WorkspacePatchTypeConverter))]
public class WorkspacePatch : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspacePatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.WorkspacePatchTypeConverter))>]
type WorkspacePatch = class
    interface IWorkspacePatch
    interface IJsonSerializable
Public Class WorkspacePatch
Implements IWorkspacePatch
Inheritance
WorkspacePatch
Attributes
Implements

Constructors

WorkspacePatch()

Creates an new WorkspacePatch instance.

Properties

ApplicationGroupReference

List of applicationGroup links.

Description

Description of Workspace.

FriendlyName

Friendly name of Workspace.

PublicNetworkAccess

Enabled to allow this resource to be access from the public network

Tag

tags to be updated

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkspacePatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkspacePatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspacePatch.

FromJsonString(String)

Creates a new instance of WorkspacePatch, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkspacePatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to