Udostępnij za pośrednictwem


ProfileUpdateParametersTags Class

Definition

Profile tags

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfileUpdateParametersTagsTypeConverter))]
public class ProfileUpdateParametersTags : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfileUpdateParametersTags, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ProfileUpdateParametersTagsTypeConverter))>]
type ProfileUpdateParametersTags = class
    interface IProfileUpdateParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class ProfileUpdateParametersTags
Implements IAssociativeArray(Of String), IProfileUpdateParametersTags
Inheritance
ProfileUpdateParametersTags
Attributes
Implements

Constructors

ProfileUpdateParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProfileUpdateParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IProfileUpdateParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ProfileUpdateParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(ProfileUpdateParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to