TestJobStreams class
代表 TestJobStreams 的類別。
建構函式
Test |
建立 TestJobStreams。 |
方法
建構函式詳細資料
TestJobStreams(AutomationClientContext)
建立 TestJobStreams。
new TestJobStreams(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務用戶端的參考。
方法詳細資料
get(string, string, string, string, RequestOptionsBase)
擷取 Runbook 名稱和資料流程識別碼所識別之測試作業的測試作業資料流程。
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- runbookName
-
string
Runbook 名稱。
- jobStreamId
-
string
作業資料流程識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<TestJobStreamsGetResponse>
Promise < Models.TestJobStreamsGetResponse>
get(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options: RequestOptionsBase, callback: ServiceCallback<JobStream>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- runbookName
-
string
Runbook 名稱。
- jobStreamId
-
string
作業資料流程識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, string, string, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- runbookName
-
string
Runbook 名稱。
- jobStreamId
-
string
作業資料流程識別碼。
- callback
回呼
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- runbookName
-
string
Runbook 名稱。
- callback
回呼
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)
擷取 Runbook 名稱所識別的測試作業資料流程清單。
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- runbookName
-
string
Runbook 名稱。
選擇性參數
傳回
Promise<TestJobStreamsListByTestJobResponse>
Promise < Models.TestJobStreamsListByTestJobResponse>
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options: TestJobStreamsListByTestJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- runbookName
-
string
Runbook 名稱。
選擇性參數
- callback
回呼
listByTestJobNext(string, RequestOptionsBase)
擷取 Runbook 名稱所識別的測試作業資料流程清單。
function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.TestJobStreamsListByTestJobNextResponse>
listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼