Compartilhar via


JobRecurrenceSchedule.Months Propriedade

 

Opcional. Meses em que o trabalho deve ser executado em. Deve estar entre 1 e 12.

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

Sintaxe

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

Valor de propriedade

Type: System.Collections.Generic.IList<Int32>

Consulte também

Classe JobRecurrenceSchedule
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo