次の方法で共有


CreateDataLakeAnalyticsAccountParameters.ComputePolicies プロパティ

定義

このアカウントに関連付けられているコンピューティング ポリシーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象