Partilhar via


DeletedVaultPropertiesTags Class

Definition

Tags of the original vault.

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

Constructors

DeletedVaultPropertiesTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeletedVaultPropertiesTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of DeletedVaultPropertiesTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(DeletedVaultPropertiesTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to