Share via


EventSourceUpdateParametersTags Class

Definition

Key-value pairs of additional properties for the event source.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventSourceUpdateParametersTagsTypeConverter))]
public class EventSourceUpdateParametersTags : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceUpdateParametersTags, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventSourceUpdateParametersTagsTypeConverter))>]
type EventSourceUpdateParametersTags = class
    interface IEventSourceUpdateParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class EventSourceUpdateParametersTags
Implements IAssociativeArray(Of String), IEventSourceUpdateParametersTags
Inheritance
EventSourceUpdateParametersTags
Attributes
Implements

Constructors

EventSourceUpdateParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventSourceUpdateParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceUpdateParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of EventSourceUpdateParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(EventSourceUpdateParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to