Share via


NginxDeploymentTags Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.NginxDeploymentTagsTypeConverter))]
public class NginxDeploymentTags : Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.INginxDeploymentTags, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.NginxDeploymentTagsTypeConverter))>]
type NginxDeploymentTags = class
    interface INginxDeploymentTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class NginxDeploymentTags
Implements IAssociativeArray(Of String), INginxDeploymentTags
Inheritance
NginxDeploymentTags
Attributes
Implements

Constructors

NginxDeploymentTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxDeploymentTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api20230401.INginxDeploymentTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxDeploymentTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(NginxDeploymentTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to