Freigeben über


L2NetworkPatchParametersTags Class

Definition

The Azure resource tags that will replace the existing ones.

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

Constructors

L2NetworkPatchParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of L2NetworkPatchParametersTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of L2NetworkPatchParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(L2NetworkPatchParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to