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
自動化帳戶的名稱。
- 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<DscCompilationJobCreateResponse>
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<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
自動化帳戶的名稱。
- compilationJobName
-
string
DSC 組態標識碼。
- 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
自動化帳戶的名稱。
- compilationJobName
-
string
DSC 組態標識碼。
- callback
回呼
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<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
自動化帳戶的名稱。
- jobId
-
string
作業標識碼。
- jobStreamId
-
string
作業數據流標識碼。
- 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
自動化帳戶的名稱。
- jobId
-
string
作業標識碼。
- jobStreamId
-
string
作業數據流標識碼。
- callback
回呼
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
自動化帳戶的名稱。
選擇性參數
- callback
回呼
listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscCompilationJobListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- 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
回呼