DscCompilationJobOperations class
DscCompilationJobOperations を表すクラス。
コンストラクター
| Dsc |
DscCompilationJobOperations を作成します。 |
メソッド
コンストラクターの詳細
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<DscCompilationJobCreateResponse>
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<DscCompilationJobGetResponse>
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
コールバック
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
コールバック
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<DscCompilationJobGetStreamResponse>
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
コールバック
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
コールバック
listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)
DSC コンパイル ジョブの一覧を取得します。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscCompilationJobListByAutomationAccountOptionalParams): Promise<DscCompilationJobListByAutomationAccountResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
戻り値
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 アカウントの名前。
省略可能なパラメーター
- callback
コールバック
listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscCompilationJobListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
コールバック
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
コールバック
listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscCompilationJobListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- callback
コールバック