Construtor JobScheduleCreateProperties (ScheduleAssociationProperty, RunbookAssociationProperty)
Inicializa uma nova instância da classe JobScheduleCreateProperties com argumentos necessários.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public JobScheduleCreateProperties(
ScheduleAssociationProperty schedule,
RunbookAssociationProperty runbook
)
public:
JobScheduleCreateProperties(
ScheduleAssociationProperty^ schedule,
RunbookAssociationProperty^ runbook
)
new :
schedule:ScheduleAssociationProperty *
runbook:RunbookAssociationProperty -> JobScheduleCreateProperties
Public Sub New (
schedule As ScheduleAssociationProperty,
runbook As RunbookAssociationProperty
)
Consulte também
JobScheduleCreateProperties Sobrecarga
Classe JobScheduleCreateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo