Partager via


TrunkedNetworkPatchParametersTags Class

Definition

The Azure resource tags that will replace the existing ones.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkPatchParametersTagsTypeConverter))]
public class TrunkedNetworkPatchParametersTags : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetworkPatchParametersTags, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TrunkedNetworkPatchParametersTagsTypeConverter))>]
type TrunkedNetworkPatchParametersTags = class
    interface ITrunkedNetworkPatchParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class TrunkedNetworkPatchParametersTags
Implements IAssociativeArray(Of String), ITrunkedNetworkPatchParametersTags
Inheritance
TrunkedNetworkPatchParametersTags
Attributes
Implements

Constructors

TrunkedNetworkPatchParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrunkedNetworkPatchParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITrunkedNetworkPatchParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of TrunkedNetworkPatchParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(TrunkedNetworkPatchParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to