你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureStoragePropertyDictionaryResourceProperties Class

Definition

Azure storage accounts.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AzureStoragePropertyDictionaryResourcePropertiesTypeConverter))]
public class AzureStoragePropertyDictionaryResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAzureStoragePropertyDictionaryResourceProperties, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAzureStorageInfoValue>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AzureStoragePropertyDictionaryResourcePropertiesTypeConverter))>]
type AzureStoragePropertyDictionaryResourceProperties = class
    interface IAzureStoragePropertyDictionaryResourceProperties
    interface IJsonSerializable
    interface IAssociativeArray<IAzureStorageInfoValue>
Public Class AzureStoragePropertyDictionaryResourceProperties
Implements IAssociativeArray(Of IAzureStorageInfoValue), IAzureStoragePropertyDictionaryResourceProperties
Inheritance
AzureStoragePropertyDictionaryResourceProperties
Attributes
Implements

Constructors

AzureStoragePropertyDictionaryResourceProperties()

Creates an new AzureStoragePropertyDictionaryResourceProperties instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IAzureStorageInfoValue)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureStoragePropertyDictionaryResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureStoragePropertyDictionaryResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IAzureStoragePropertyDictionaryResourceProperties.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureStoragePropertyDictionaryResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IAzureStorageInfoValue)

Operators

Implicit(AzureStoragePropertyDictionaryResourceProperties to Dictionary<String,IAzureStorageInfoValue>)

Explicit Interface Implementations

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

Applies to