다음을 통해 공유


JobScheduleOperationsExtensions.Create 메서드

정의

오버로드

Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)
Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)

작업 일정을 만듭니다. http://aka.ms/azureautomationsdk/jobscheduleoperations

Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

public static Microsoft.Azure.Management.Automation.Models.JobScheduleCreateResponse Create (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateResponse
<Extension()>
Public Function Create (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, parameters As JobScheduleCreateParameters) As JobScheduleCreateResponse

매개 변수

resourceGroupName
String
automationAccount
String

반환

적용 대상

Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)

public static Microsoft.Azure.Management.Automation.Models.JobSchedule Create (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId, Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member Create : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid * Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters -> Microsoft.Azure.Management.Automation.Models.JobSchedule
<Extension()>
Public Function Create (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid, parameters As JobScheduleCreateParameters) As JobSchedule

매개 변수

operations
IJobScheduleOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

jobScheduleId
Guid

작업 일정 이름입니다.

parameters
JobScheduleCreateParameters

작업 일정 만들기 작업에 제공된 매개 변수입니다.

반환

적용 대상