次の方法で共有


JobScheduleOperations class

JobScheduleOperations を表すクラス。

コンストラクター

JobScheduleOperations(AutomationClientContext)

JobScheduleOperations を作成します。

メソッド

create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase)

ジョブ スケジュールを作成します。

create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase, ServiceCallback<JobSchedule>)
create(string, string, string, JobScheduleCreateParameters, ServiceCallback<JobSchedule>)
deleteMethod(string, string, string, RequestOptionsBase)

ジョブ スケジュール名で識別されるジョブ スケジュールを削除します。

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

ジョブ スケジュール名で識別されるジョブ スケジュールを取得します。

get(string, string, string, RequestOptionsBase, ServiceCallback<JobSchedule>)
get(string, string, string, ServiceCallback<JobSchedule>)
listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

ジョブ スケジュールの一覧を取得します。

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams, ServiceCallback<JobScheduleListResult>)
listByAutomationAccount(string, string, ServiceCallback<JobScheduleListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

ジョブ スケジュールの一覧を取得します。

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)
listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)

コンストラクターの詳細

JobScheduleOperations(AutomationClientContext)

JobScheduleOperations を作成します。

new JobScheduleOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

サービス クライアントへの参照。

メソッドの詳細

create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase)

ジョブ スケジュールを作成します。

function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: RequestOptionsBase): Promise<JobScheduleCreateResponse>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

parameters
JobScheduleCreateParameters

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.JobScheduleCreateResponse>

create(string, string, string, JobScheduleCreateParameters, RequestOptionsBase, ServiceCallback<JobSchedule>)

function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options: RequestOptionsBase, callback: ServiceCallback<JobSchedule>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

parameters
JobScheduleCreateParameters

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

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<JobSchedule>

コールバック。

create(string, string, string, JobScheduleCreateParameters, ServiceCallback<JobSchedule>)

function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, callback: ServiceCallback<JobSchedule>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

parameters
JobScheduleCreateParameters

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

callback

ServiceCallback<JobSchedule>

コールバック。

deleteMethod(string, string, string, RequestOptionsBase)

ジョブ スケジュール名で識別されるジョブ スケジュールを削除します。

function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

callback

ServiceCallback<void>

コールバック。

get(string, string, string, RequestOptionsBase)

ジョブ スケジュール名で識別されるジョブ スケジュールを取得します。

function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: RequestOptionsBase): Promise<JobScheduleGetResponse>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.JobScheduleGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<JobSchedule>)

function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options: RequestOptionsBase, callback: ServiceCallback<JobSchedule>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<JobSchedule>

コールバック。

get(string, string, string, ServiceCallback<JobSchedule>)

function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, callback: ServiceCallback<JobSchedule>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

jobScheduleId

string

ジョブ スケジュール名。

callback

ServiceCallback<JobSchedule>

コールバック。

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

ジョブ スケジュールの一覧を取得します。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: JobScheduleListByAutomationAccountOptionalParams): Promise<JobScheduleListByAutomationAccountResponse>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
JobScheduleListByAutomationAccountOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.JobScheduleListByAutomationAccountResponse>

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams, ServiceCallback<JobScheduleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: JobScheduleListByAutomationAccountOptionalParams, callback: ServiceCallback<JobScheduleListResult>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

options
JobScheduleListByAutomationAccountOptionalParams

省略可能なパラメーター

callback

ServiceCallback<JobScheduleListResult>

コールバック。

listByAutomationAccount(string, string, ServiceCallback<JobScheduleListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<JobScheduleListResult>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<JobScheduleListResult>

コールバック。

listByAutomationAccountNext(string, RequestOptionsBase)

ジョブ スケジュールの一覧を取得します。

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<JobScheduleListByAutomationAccountNextResponse>

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.JobScheduleListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<JobScheduleListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobScheduleListResult>)

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<JobScheduleListResult>

コールバック。

listByAutomationAccountNext(string, ServiceCallback<JobScheduleListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<JobScheduleListResult>)

パラメーター

nextPageLink

string

List 操作の前の正常な呼び出しからの NextLink。

callback

ServiceCallback<JobScheduleListResult>

コールバック。