Construtor JobScheduleMonthlyOccurrence (JobScheduleDay)
Inicializa uma nova instância da classe JobScheduleMonthlyOccurrence com argumentos necessários.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public JobScheduleMonthlyOccurrence(
JobScheduleDay day
)
public:
JobScheduleMonthlyOccurrence(
JobScheduleDay day
)
new :
day:JobScheduleDay -> JobScheduleMonthlyOccurrence
Public Sub New (
day As JobScheduleDay
)
Consulte também
JobScheduleMonthlyOccurrence Sobrecarga
Classe JobScheduleMonthlyOccurrence
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo