JobSchedule Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
JobSchedule() |
Initialiseert een nieuw exemplaar van de klasse JobSchedule. |
JobSchedule(String, String, String, String, ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>) |
Initialiseert een nieuw exemplaar van de klasse JobSchedule. |
JobSchedule()
Initialiseert een nieuw exemplaar van de klasse JobSchedule.
public JobSchedule ();
Public Sub New ()
Van toepassing op
JobSchedule(String, String, String, String, ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)
Initialiseert een nieuw exemplaar van de klasse JobSchedule.
public JobSchedule (string id = default, string name = default, string type = default, string jobScheduleId = default, Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty schedule = default, Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook = default, string runOn = default, System.Collections.Generic.IDictionary<string,string> parameters = default);
new Microsoft.Azure.Management.Automation.Models.JobSchedule : string * string * string * string * Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty * Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.JobSchedule
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional jobScheduleId As String = Nothing, Optional schedule As ScheduleAssociationProperty = Nothing, Optional runbook As RunbookAssociationProperty = Nothing, Optional runOn As String = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
Hiermee haalt u de id van de resource op.
- name
- String
Hiermee haalt u de naam van de variabele op.
- type
- String
Resourcetype
- jobScheduleId
- String
Hiermee wordt de id van de taakplanning opgehaald of ingesteld.
- schedule
- ScheduleAssociationProperty
Hiermee wordt de planning opgehaald of ingesteld.
- runbook
- RunbookAssociationProperty
Hiermee wordt het runbook opgehaald of ingesteld.
- runOn
- String
Hiermee wordt de hybrid worker-groep opgehaald of ingesteld waarop de geplande taak moet worden uitgevoerd.
- parameters
- IDictionary<String,String>
Hiermee worden de parameters van de taakplanning opgehaald of ingesteld.
Van toepassing op
Azure SDK for .NET