Share via


CreateOrUpdateTrackedResourcePropertiesTags Class

Definition

Key-value pairs of additional properties for the resource.

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

Constructors

CreateOrUpdateTrackedResourcePropertiesTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreateOrUpdateTrackedResourcePropertiesTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of CreateOrUpdateTrackedResourcePropertiesTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(CreateOrUpdateTrackedResourcePropertiesTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to