Compartir a través de


StorageAccountCreateParametersTags Class

Definition

Gets or sets a list of key value pairs that describe the resource. These tags can be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key with a length no greater than 128 characters and a value with a length no greater than 256 characters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountCreateParametersTagsTypeConverter))]
public class StorageAccountCreateParametersTags : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersTags, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.StorageAccountCreateParametersTagsTypeConverter))>]
type StorageAccountCreateParametersTags = class
    interface IStorageAccountCreateParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class StorageAccountCreateParametersTags
Implements IAssociativeArray(Of String), IStorageAccountCreateParametersTags
Inheritance
StorageAccountCreateParametersTags
Attributes
Implements

Constructors

StorageAccountCreateParametersTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageAccountCreateParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IStorageAccountCreateParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageAccountCreateParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(StorageAccountCreateParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to