次の方法で共有


DscCompilationJobOperations class

DscCompilationJobOperations を表すクラス。

コンストラクター

DscCompilationJobOperations(AutomationClientContext)

DscCompilationJobOperations を作成します。

メソッド

beginCreate(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)

構成の Dsc コンパイル ジョブを作成します。

create(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)

構成の Dsc コンパイル ジョブを作成します。

get(string, string, string, RequestOptionsBase)

ジョブ ID で識別される Dsc 構成コンパイル ジョブを取得します。

get(string, string, string, RequestOptionsBase, ServiceCallback<DscCompilationJob>)
get(string, string, string, ServiceCallback<DscCompilationJob>)
getStream(string, string, string, string, RequestOptionsBase)

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

getStream(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
getStream(string, string, string, string, ServiceCallback<JobStream>)
listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)

DSC コンパイル ジョブの一覧を取得します。

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams, ServiceCallback<DscCompilationJobListResult>)
listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

DSC コンパイル ジョブの一覧を取得します。

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

コンストラクターの詳細

DscCompilationJobOperations(AutomationClientContext)

DscCompilationJobOperations を作成します。

new DscCompilationJobOperations(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

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

メソッドの詳細

beginCreate(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)

構成の Dsc コンパイル ジョブを作成します。

function beginCreate(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: DscCompilationJobCreateParameters, options?: RequestOptionsBase): Promise<LROPoller>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

compilationJobName

string

DSC 構成 ID。

parameters
DscCompilationJobCreateParameters

コンパイル ジョブの作成操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

create(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)

構成の Dsc コンパイル ジョブを作成します。

function create(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: DscCompilationJobCreateParameters, options?: RequestOptionsBase): Promise<DscCompilationJobCreateResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

compilationJobName

string

DSC 構成 ID。

parameters
DscCompilationJobCreateParameters

コンパイル ジョブの作成操作に指定されたパラメーター。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.DscCompilationJobCreateResponseです。>

get(string, string, string, RequestOptionsBase)

ジョブ ID で識別される Dsc 構成コンパイル ジョブを取得します。

function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options?: RequestOptionsBase): Promise<DscCompilationJobGetResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

compilationJobName

string

DSC 構成 ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.DscCompilationJobGetResponse>

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

function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options: RequestOptionsBase, callback: ServiceCallback<DscCompilationJob>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

compilationJobName

string

DSC 構成 ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<DscCompilationJob>

コールバック

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

function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, callback: ServiceCallback<DscCompilationJob>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

compilationJobName

string

DSC 構成 ID。

callback

ServiceCallback<DscCompilationJob>

コールバック

getStream(string, string, string, string, RequestOptionsBase)

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

function getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options?: RequestOptionsBase): Promise<DscCompilationJobGetStreamResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobId

string

ジョブ ID。

jobStreamId

string

ジョブ ストリーム ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.DscCompilationJobGetStreamResponse>

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

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobId

string

ジョブ ID。

jobStreamId

string

ジョブ ストリーム ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<JobStream>

コールバック

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

function getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, callback: ServiceCallback<JobStream>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

jobId

string

ジョブ ID。

jobStreamId

string

ジョブ ストリーム ID。

callback

ServiceCallback<JobStream>

コールバック

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)

DSC コンパイル ジョブの一覧を取得します。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscCompilationJobListByAutomationAccountOptionalParams): Promise<DscCompilationJobListByAutomationAccountResponse>

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
DscCompilationJobListByAutomationAccountOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.DscCompilationJobListByAutomationAccountResponse>

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams, ServiceCallback<DscCompilationJobListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscCompilationJobListByAutomationAccountOptionalParams, callback: ServiceCallback<DscCompilationJobListResult>)

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

options
DscCompilationJobListByAutomationAccountOptionalParams

省略可能なパラメーター

callback

ServiceCallback<DscCompilationJobListResult>

コールバック

listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)

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

パラメーター

resourceGroupName

string

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

automationAccountName

string

Automation アカウントの名前。

callback

ServiceCallback<DscCompilationJobListResult>

コールバック

listByAutomationAccountNext(string, RequestOptionsBase)

DSC コンパイル ジョブの一覧を取得します。

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

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.DscCompilationJobListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscCompilationJobListResult>)

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

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<DscCompilationJobListResult>

コールバック

listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)

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

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

callback

ServiceCallback<DscCompilationJobListResult>

コールバック