Partilhar via


VaultCreateOrUpdateParametersTags Class

Definition

The tags that will be assigned to the key vault.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.VaultCreateOrUpdateParametersTagsTypeConverter))]
public class VaultCreateOrUpdateParametersTags : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.IVaultCreateOrUpdateParametersTags, Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.VaultCreateOrUpdateParametersTagsTypeConverter))>]
type VaultCreateOrUpdateParametersTags = class
    interface IVaultCreateOrUpdateParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class VaultCreateOrUpdateParametersTags
Implements IAssociativeArray(Of String), IVaultCreateOrUpdateParametersTags
Inheritance
VaultCreateOrUpdateParametersTags
Attributes
Implements

Constructors

VaultCreateOrUpdateParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VaultCreateOrUpdateParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.IVaultCreateOrUpdateParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of VaultCreateOrUpdateParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(VaultCreateOrUpdateParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to