Condividi tramite


PrometheusRuleGroupResourcePatchParametersTags Class

Definition

Resource tags

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleGroupResourcePatchParametersTagsTypeConverter))]
public class PrometheusRuleGroupResourcePatchParametersTags : Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResourcePatchParametersTags, Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.PrometheusRuleGroupResourcePatchParametersTagsTypeConverter))>]
type PrometheusRuleGroupResourcePatchParametersTags = class
    interface IPrometheusRuleGroupResourcePatchParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class PrometheusRuleGroupResourcePatchParametersTags
Implements IAssociativeArray(Of String), IPrometheusRuleGroupResourcePatchParametersTags
Inheritance
PrometheusRuleGroupResourcePatchParametersTags
Attributes
Implements

Constructors

PrometheusRuleGroupResourcePatchParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrometheusRuleGroupResourcePatchParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PrometheusRuleGroups.Models.Api20230301.IPrometheusRuleGroupResourcePatchParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of PrometheusRuleGroupResourcePatchParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(PrometheusRuleGroupResourcePatchParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to