Compartilhar via


JobCollectionQuota.MaxJobOccurrence Propriedade

 

Opcional. Número máximo de ocorrências de todos os trabalhos na coleção de trabalhos.

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

Sintaxe

public Nullable<int> MaxJobOccurrence { get; set; }
public:
property Nullable<int> MaxJobOccurrence {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member MaxJobOccurrence : Nullable<int> with get, set
Public Property MaxJobOccurrence 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