ServerPropertiesTags Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerPropertiesTagsTypeConverter))]
public class ServerPropertiesTags : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.IServerPropertiesTags, Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ServerPropertiesTagsTypeConverter))>]
type ServerPropertiesTags = class
    interface IServerPropertiesTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class ServerPropertiesTags
Implements IAssociativeArray(Of String), IServerPropertiesTags
Inheritance
ServerPropertiesTags
Attributes
Implements

Constructors

ServerPropertiesTags()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
TryGetValue(String, String)

Operators

Implicit(ServerPropertiesTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to