Compartilhar via


ResourceBaseTags Class

Definition

Tag dictionary. Tags can be added, removed, and updated.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ResourceBaseTagsTypeConverter))]
public class ResourceBaseTags : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IResourceBaseTags, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ResourceBaseTagsTypeConverter))>]
type ResourceBaseTags = class
    interface IResourceBaseTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class ResourceBaseTags
Implements IAssociativeArray(Of String), IResourceBaseTags
Inheritance
ResourceBaseTags
Attributes
Implements

Constructors

ResourceBaseTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceBaseTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IResourceBaseTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceBaseTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(ResourceBaseTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to