共用方式為


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)

擷取作業識別碼所識別的 Dsc 組態編譯作業。

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

擷取作業資料流程識別碼所識別的作業資料流程。

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

自動化帳戶的名稱。

compilationJobName

string

DSC 組態識別碼。

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

自動化帳戶的名稱。

compilationJobName

string

DSC 組態識別碼。

parameters
DscCompilationJobCreateParameters

提供給建立編譯作業作業的參數。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.DscCompilationJobCreateResponse>

get(string, string, string, RequestOptionsBase)

擷取作業識別碼所識別的 Dsc 組態編譯作業。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

compilationJobName

string

DSC 組態識別碼。

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

自動化帳戶的名稱。

compilationJobName

string

DSC 組態識別碼。

options
RequestOptionsBase

選擇性參數

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

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

compilationJobName

string

DSC 組態識別碼。

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

擷取作業資料流程識別碼所識別的作業資料流程。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

jobId

string

作業識別碼。

jobStreamId

string

作業資料流程識別碼。

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

自動化帳戶的名稱。

jobId

string

作業識別碼。

jobStreamId

string

作業資料流程識別碼。

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

自動化帳戶的名稱。

jobId

string

作業識別碼。

jobStreamId

string

作業資料流程識別碼。

callback

ServiceCallback<JobStream>

回呼

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)

擷取 dsc 編譯作業的清單。

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

傳回

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

自動化帳戶的名稱。

listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)

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

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

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

選擇性參數

listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)

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

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。