JobSchedule Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
JobSchedule() |
Inicializuje novou instanci JobSchedule třídy. |
JobSchedule(String, String, String, String, ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>) |
Inicializuje novou instanci JobSchedule třídy. |
JobSchedule()
Inicializuje novou instanci JobSchedule třídy.
public JobSchedule();
Public Sub New ()
Platí pro
JobSchedule(String, String, String, String, ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)
Inicializuje novou instanci JobSchedule třídy.
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)
Parametry
- id
- String
Získá ID prostředku.
- name
- String
Získá název proměnné.
- type
- String
Typ prostředku
- jobScheduleId
- String
Získá nebo nastaví ID plánu úlohy.
- schedule
- ScheduleAssociationProperty
Získá nebo nastaví plán.
- runbook
- RunbookAssociationProperty
Získá nebo nastaví runbook.
- runOn
- String
Získá nebo nastaví skupinu hybrid worker, ve které by měla naplánovaná úloha běžet.
- parameters
- IDictionary<String,String>
Získá nebo nastaví parametry plánu úlohy.
Platí pro
Azure SDK for .NET