Freigeben über


BmcKeySetPatchParametersTags Class

Definition

The Azure resource tags that will replace the existing ones.

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

Constructors

BmcKeySetPatchParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BmcKeySetPatchParametersTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of BmcKeySetPatchParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(BmcKeySetPatchParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to