JobRecurrenceSchedule.Minutes Propriedade
Opcional. Minutos da hora em que o trabalho deve ser executado em.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public IList<int> Minutes { get; set; }
public:
property IList<int>^ Minutes {
IList<int>^ get();
void set(IList<int>^ value);
}
member Minutes : IList<int> with get, set
Public Property Minutes 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