Partilhar via


IdentityUpdateTags Class

Definition

Resource tags

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20181130.IdentityUpdateTagsTypeConverter))]
public class IdentityUpdateTags : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20181130.IIdentityUpdateTags, Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20181130.IdentityUpdateTagsTypeConverter))>]
type IdentityUpdateTags = class
    interface IIdentityUpdateTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class IdentityUpdateTags
Implements IAssociativeArray(Of String), IIdentityUpdateTags
Inheritance
IdentityUpdateTags
Attributes
Implements

Constructors

IdentityUpdateTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IdentityUpdateTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20181130.IIdentityUpdateTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of IdentityUpdateTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(IdentityUpdateTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to