JobScheduleOperations interface
JobScheduleOperations を表すインターフェイス。
メソッド
| create(string, string, string, Job |
ジョブ スケジュールを作成します。 |
| delete(string, string, string, Job |
ジョブ スケジュール名で識別されるジョブ スケジュールを削除します。 |
| get(string, string, string, Job |
ジョブ スケジュール名で識別されるジョブ スケジュールを取得します。 |
| list |
ジョブ スケジュールの一覧を取得します。 |
メソッドの詳細
create(string, string, string, JobScheduleCreateParameters, JobScheduleCreateOptionalParams)
ジョブ スケジュールを作成します。
function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: JobScheduleCreateOptionalParams): Promise<JobSchedule>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- jobScheduleId
-
string
ジョブ スケジュール名。
- parameters
- JobScheduleCreateParameters
ジョブ スケジュールの作成操作に指定されたパラメーター。
- options
- JobScheduleCreateOptionalParams
オプション パラメーター。
戻り値
Promise<JobSchedule>
delete(string, string, string, JobScheduleDeleteOptionalParams)
ジョブ スケジュール名で識別されるジョブ スケジュールを削除します。
function delete(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- jobScheduleId
-
string
ジョブ スケジュール名。
- options
- JobScheduleDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, JobScheduleGetOptionalParams)
ジョブ スケジュール名で識別されるジョブ スケジュールを取得します。
function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleGetOptionalParams): Promise<JobSchedule>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- jobScheduleId
-
string
ジョブ スケジュール名。
- options
- JobScheduleGetOptionalParams
オプション パラメーター。
戻り値
Promise<JobSchedule>
listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)
ジョブ スケジュールの一覧を取得します。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: JobScheduleListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<JobSchedule, JobSchedule[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
オプション パラメーター。