Share via


NginxDeploymentUpdateParametersTags Class

Definition

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

Constructors

NginxDeploymentUpdateParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NginxDeploymentUpdateParametersTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of NginxDeploymentUpdateParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(NginxDeploymentUpdateParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to