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)

ジョブ スケジュールを作成します。 http://aka.ms/azureautomationsdk/jobscheduleoperations

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

Automation アカウントの名前。

jobScheduleId
Guid

ジョブ スケジュール名。

parameters
JobScheduleCreateParameters

ジョブ スケジュールの作成操作に指定されたパラメーター。

戻り値

適用対象