Share via


FabricModelUpdateTags Class

Definition

Gets or sets the resource tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelUpdateTagsTypeConverter))]
public class FabricModelUpdateTags : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFabricModelUpdateTags, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FabricModelUpdateTagsTypeConverter))>]
type FabricModelUpdateTags = class
    interface IFabricModelUpdateTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class FabricModelUpdateTags
Implements IAssociativeArray(Of String), IFabricModelUpdateTags
Inheritance
FabricModelUpdateTags
Attributes
Implements

Constructors

FabricModelUpdateTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FabricModelUpdateTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFabricModelUpdateTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of FabricModelUpdateTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(FabricModelUpdateTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to