次の方法で共有


DataLakeAnalyticsAccount.SystemMaxJobCount プロパティ

定義

アカウントで同時に実行されるシステム定義のサポートされているジョブの最大数を取得します。これにより、ユーザーがアカウントに設定できる実行中のジョブの最大数が制限されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.systemMaxJobCount")]
public int? SystemMaxJobCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.systemMaxJobCount")>]
member this.SystemMaxJobCount : Nullable<int>
Public ReadOnly Property SystemMaxJobCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象