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

SiteConfigAzureStorageAccounts Class

Definition

List of Azure Storage Accounts.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.SiteConfigAzureStorageAccountsTypeConverter))]
public class SiteConfigAzureStorageAccounts : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ISiteConfigAzureStorageAccounts, 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.SiteConfigAzureStorageAccountsTypeConverter))>]
type SiteConfigAzureStorageAccounts = class
    interface ISiteConfigAzureStorageAccounts
    interface IJsonSerializable
    interface IAssociativeArray<IAzureStorageInfoValue>
Public Class SiteConfigAzureStorageAccounts
Implements IAssociativeArray(Of IAzureStorageInfoValue), ISiteConfigAzureStorageAccounts
Inheritance
SiteConfigAzureStorageAccounts
Attributes
Implements

Constructors

SiteConfigAzureStorageAccounts()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SiteConfigAzureStorageAccounts.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of SiteConfigAzureStorageAccounts into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IAzureStorageInfoValue)

Operators

Implicit(SiteConfigAzureStorageAccounts to Dictionary<String,IAzureStorageInfoValue>)

Explicit Interface Implementations

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

Applies to