DataLakeAnalyticsAccount.SystemMaxJobCount Property

Definition

Gets the system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to