Compartilhar via


JobCollectionQuota.MaxJobCount Propriedade

 

Opcional. Número máximo de trabalhos que podem ser criados neste conjunto de trabalho. Valor máximo é dependente do plano.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Sintaxe

public Nullable<int> MaxJobCount { get; set; }
public:
property Nullable<int> MaxJobCount {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member MaxJobCount : Nullable<int> with get, set
Public Property MaxJobCount As Nullable(Of Integer)

Valor de propriedade

Type: System.Nullable<Int32>

Consulte também

Classe JobCollectionQuota
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models

Retornar ao topo