Partager via


HostPoolPatchTags Class

Definition

tags to be updated

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

Constructors

HostPoolPatchTags()

Creates an new HostPoolPatchTags 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 HostPoolPatchTags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HostPoolPatchTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of HostPoolPatchTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(HostPoolPatchTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to