Dela via


AzureMonitorWorkspaceResourceForUpdateTags Class

Definition

Resource tags

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.AzureMonitorWorkspaceResourceForUpdateTagsTypeConverter))]
public class AzureMonitorWorkspaceResourceForUpdateTags : Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IAzureMonitorWorkspaceResourceForUpdateTags, Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.AzureMonitorWorkspaceResourceForUpdateTagsTypeConverter))>]
type AzureMonitorWorkspaceResourceForUpdateTags = class
    interface IAzureMonitorWorkspaceResourceForUpdateTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class AzureMonitorWorkspaceResourceForUpdateTags
Implements IAssociativeArray(Of String), IAzureMonitorWorkspaceResourceForUpdateTags
Inheritance
AzureMonitorWorkspaceResourceForUpdateTags
Attributes
Implements

Constructors

AzureMonitorWorkspaceResourceForUpdateTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMonitorWorkspaceResourceForUpdateTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.MonitorWorkspace.Models.Api20230403.IAzureMonitorWorkspaceResourceForUpdateTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMonitorWorkspaceResourceForUpdateTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(AzureMonitorWorkspaceResourceForUpdateTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to