INodeMonitoringData.ConcurrentJobsRunning Property

Definition

The number of jobs currently running on the integration runtime node.

[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="The number of jobs currently running on the integration runtime node.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="concurrentJobsRunning")]
public int? ConcurrentJobsRunning { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="The number of jobs currently running on the integration runtime node.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="concurrentJobsRunning")>]
member this.ConcurrentJobsRunning : Nullable<int>
Public ReadOnly Property ConcurrentJobsRunning As Nullable(Of Integer)

Property Value

Attributes

Applies to