次の方法で共有


JobStreamOperations class

JobStreamOperations を表すクラス。

コンストラクター

JobStreamOperations(AutomationClientContext)

JobStreamOperations を作成します。

メソッド

get(string, string, string, string, JobStreamGetOptionalParams)

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

get(string, string, string, string, JobStreamGetOptionalParams, ServiceCallback<JobStream>)
get(string, string, string, string, ServiceCallback<JobStream>)
listByJob(string, string, string, JobStreamListByJobOptionalParams)

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

listByJob(string, string, string, JobStreamListByJobOptionalParams, ServiceCallback<JobStreamListResult>)
listByJob(string, string, string, ServiceCallback<JobStreamListResult>)
listByJobNext(string, JobStreamListByJobNextOptionalParams)

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

listByJobNext(string, JobStreamListByJobNextOptionalParams, ServiceCallback<JobStreamListResult>)
listByJobNext(string, ServiceCallback<JobStreamListResult>)

コンストラクターの詳細

JobStreamOperations(AutomationClientContext)

JobStreamOperations を作成します。

new JobStreamOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

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

メソッドの詳細

get(string, string, string, string, JobStreamGetOptionalParams)

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

function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: JobStreamGetOptionalParams): Promise<JobStreamGetResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobName

string

ジョブ名です。

jobStreamId

string

ジョブ ストリーム ID。

options
JobStreamGetOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.JobStreamGetResponse>

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobName

string

ジョブ名です。

jobStreamId

string

ジョブ ストリーム ID。

options
JobStreamGetOptionalParams

省略可能なパラメーター

callback

ServiceCallback<JobStream>

コールバック。

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobName

string

ジョブ名です。

jobStreamId

string

ジョブ ストリーム ID。

callback

ServiceCallback<JobStream>

コールバック。

listByJob(string, string, string, JobStreamListByJobOptionalParams)

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

function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStreamListByJobOptionalParams): Promise<JobStreamListByJobResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobName

string

ジョブ名です。

options
JobStreamListByJobOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.JobStreamListByJobResponse>

listByJob(string, string, string, JobStreamListByJobOptionalParams, ServiceCallback<JobStreamListResult>)

function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options: JobStreamListByJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobName

string

ジョブ名です。

options
JobStreamListByJobOptionalParams

省略可能なパラメーター

callback

ServiceCallback<JobStreamListResult>

コールバック。

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

function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, callback: ServiceCallback<JobStreamListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobName

string

ジョブ名です。

callback

ServiceCallback<JobStreamListResult>

コールバック。

listByJobNext(string, JobStreamListByJobNextOptionalParams)

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

function listByJobNext(nextPageLink: string, options?: JobStreamListByJobNextOptionalParams): Promise<JobStreamListByJobNextResponse>

パラメーター

nextPageLink

string

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

options
JobStreamListByJobNextOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.JobStreamListByJobNextResponse>

listByJobNext(string, JobStreamListByJobNextOptionalParams, ServiceCallback<JobStreamListResult>)

function listByJobNext(nextPageLink: string, options: JobStreamListByJobNextOptionalParams, callback: ServiceCallback<JobStreamListResult>)

パラメーター

nextPageLink

string

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

options
JobStreamListByJobNextOptionalParams

省略可能なパラメーター

callback

ServiceCallback<JobStreamListResult>

コールバック。

listByJobNext(string, ServiceCallback<JobStreamListResult>)

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

パラメーター

nextPageLink

string

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

callback

ServiceCallback<JobStreamListResult>

コールバック。