次の方法で共有


CreateDataLakeAnalyticsAccountParameters.StorageAccounts プロパティ

定義

このアカウントに関連付けられているAzure Blob Storageアカウントの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.storageAccounts")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountWithAccountParameters> StorageAccounts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.storageAccounts")>]
member this.StorageAccounts : System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountWithAccountParameters> with get, set
Public Property StorageAccounts As IList(Of AddStorageAccountWithAccountParameters)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象