다음을 통해 공유


ResourceModelWithAllowedPropertySetTags Class

Definition

Resource tags.

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

Constructors

ResourceModelWithAllowedPropertySetTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceModelWithAllowedPropertySetTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api10.IResourceModelWithAllowedPropertySetTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceModelWithAllowedPropertySetTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(ResourceModelWithAllowedPropertySetTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to