次の方法で共有


SiteConfig.AzureStorageAccounts プロパティ

定義

Azure ストレージ アカウントの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="azureStorageAccounts")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.WebSites.Models.AzureStorageInfoValue> AzureStorageAccounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="azureStorageAccounts")>]
member this.AzureStorageAccounts : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.WebSites.Models.AzureStorageInfoValue> with get, set
Public Property AzureStorageAccounts As IDictionary(Of String, AzureStorageInfoValue)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象