次の方法で共有


ScheduledQueryRuleResourcePatchTags Class

Definition

Resource tags

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ScheduledQueryRuleResourcePatchTagsTypeConverter))]
public class ScheduledQueryRuleResourcePatchTags : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResourcePatchTags, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ScheduledQueryRuleResourcePatchTagsTypeConverter))>]
type ScheduledQueryRuleResourcePatchTags = class
    interface IScheduledQueryRuleResourcePatchTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class ScheduledQueryRuleResourcePatchTags
Implements IAssociativeArray(Of String), IScheduledQueryRuleResourcePatchTags
Inheritance
ScheduledQueryRuleResourcePatchTags
Attributes
Implements

Constructors

ScheduledQueryRuleResourcePatchTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScheduledQueryRuleResourcePatchTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResourcePatchTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ScheduledQueryRuleResourcePatchTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(ScheduledQueryRuleResourcePatchTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to