다음을 통해 공유


JobScheduleCreateParameters 생성자

정의

오버로드

JobScheduleCreateParameters()

JobScheduleCreateParameters 클래스의 새 instance 초기화합니다.

JobScheduleCreateParameters(JobScheduleCreateProperties)
JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)

JobScheduleCreateParameters 클래스의 새 instance 초기화합니다.

JobScheduleCreateParameters()

JobScheduleCreateParameters 클래스의 새 instance 초기화합니다.

public JobScheduleCreateParameters ();
Public Sub New ()

적용 대상

JobScheduleCreateParameters(JobScheduleCreateProperties)

public JobScheduleCreateParameters (Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties properties);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (properties As JobScheduleCreateProperties)

매개 변수

적용 대상

JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)

JobScheduleCreateParameters 클래스의 새 instance 초기화합니다.

public JobScheduleCreateParameters (Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty schedule, Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty runbook, string runOn = default, System.Collections.Generic.IDictionary<string,string> parameters = default);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty * Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (schedule As ScheduleAssociationProperty, runbook As RunbookAssociationProperty, Optional runOn As String = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing)

매개 변수

schedule
ScheduleAssociationProperty

일정을 가져오거나 설정합니다.

runbook
RunbookAssociationProperty

Runbook을 가져오거나 설정합니다.

runOn
String

예약된 작업이 실행되어야 하는 하이브리드 작업자 그룹을 가져오거나 설정합니다.

parameters
IDictionary<String,String>

작업 속성 목록을 가져오거나 설정합니다.

적용 대상