次の方法で共有


UpdateDataLakeAnalyticsAccountParameters.StorageAccounts プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象