TestJobStreams class

TestJobStreams を表すクラス。

コンストラクター

TestJobStreams(AutomationClientContext)

TestJobStreams を作成します。

メソッド

get(string, string, string, string, RequestOptionsBase)

Runbook 名とストリーム ID で識別されるテスト ジョブのテスト ジョブ ストリームを取得します。

get(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
get(string, string, string, string, ServiceCallback<JobStream>)
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)
listByTestJobNext(string, RequestOptionsBase)

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

コンストラクターの詳細

TestJobStreams(AutomationClientContext)

TestJobStreams を作成します。

new TestJobStreams(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

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

メソッドの詳細

get(string, string, string, string, RequestOptionsBase)

Runbook 名とストリーム ID で識別されるテスト ジョブのテスト ジョブ ストリームを取得します。

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

jobStreamId

string

ジョブ ストリーム ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.TestJobStreamsGetResponse>

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

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options: RequestOptionsBase, callback: ServiceCallback<JobStream>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

jobStreamId

string

ジョブ ストリーム ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<JobStream>

コールバック。

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

function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

jobStreamId

string

ジョブ ストリーム ID。

callback

ServiceCallback<JobStream>

コールバック。

listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

callback

ServiceCallback<JobStreamListResult>

コールバック。

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
TestJobStreamsListByTestJobOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.TestJobStreamsListByTestJobResponse>

listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)

function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options: TestJobStreamsListByTestJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

runbookName

string

Runbook 名。

options
TestJobStreamsListByTestJobOptionalParams

省略可能なパラメーター

callback

ServiceCallback<JobStreamListResult>

コールバック。

listByTestJobNext(string, RequestOptionsBase)

Runbook 名で識別されるテスト ジョブ ストリームの一覧を取得します。

function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>

パラメーター

nextPageLink

string

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.TestJobStreamsListByTestJobNextResponse>

listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)

function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)

パラメーター

nextPageLink

string

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

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<JobStreamListResult>

コールバック。

listByTestJobNext(string, ServiceCallback<JobStreamListResult>)

function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)

パラメーター

nextPageLink

string

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

callback

ServiceCallback<JobStreamListResult>

コールバック。