Partager via


WorkspacePatchTags Class

Definition

tags to be updated

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.WorkspacePatchTagsTypeConverter))]
public class WorkspacePatchTags : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspacePatchTags, Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.WorkspacePatchTagsTypeConverter))>]
type WorkspacePatchTags = class
    interface IWorkspacePatchTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class WorkspacePatchTags
Implements IAssociativeArray(Of String), IWorkspacePatchTags
Inheritance
WorkspacePatchTags
Attributes
Implements

Constructors

WorkspacePatchTags()

Creates an new WorkspacePatchTags instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkspacePatchTags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkspacePatchTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkspacePatchTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(WorkspacePatchTags to Dictionary<String,String>)

Explicit Interface Implementations

IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to