Partager via


VolumePatchParametersTags Class

Definition

The Azure resource tags that will replace the existing ones.

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

Constructors

VolumePatchParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VolumePatchParametersTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of VolumePatchParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(VolumePatchParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to