ServerForCreateTags Class

Definition

Application-specific metadata in the form of key-value pairs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerForCreateTagsTypeConverter))]
public class ServerForCreateTags : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerForCreateTags, Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.ServerForCreateTagsTypeConverter))>]
type ServerForCreateTags = class
    interface IServerForCreateTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class ServerForCreateTags
Implements IAssociativeArray(Of String), IServerForCreateTags
Inheritance
ServerForCreateTags
Attributes
Implements

Constructors

ServerForCreateTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerForCreateTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.Api20180601Preview.IServerForCreateTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerForCreateTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(ServerForCreateTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to