TestJobStreams class
Třída představující TestJobStreams.
Konstruktory
Test |
Vytvořte TestJobStreams. |
Metody
get(string, string, string, string, Request |
Načte stream testovací úlohy testovací úlohy identifikovaný názvem runbooku a ID streamu. |
get(string, string, string, string, Request |
|
get(string, string, string, string, Service |
|
list |
|
list |
Načte seznam streamů testovacích úloh identifikovaných názvem runbooku. |
list |
|
list |
Načte seznam streamů testovacích úloh identifikovaných názvem runbooku. |
list |
|
list |
Podrobnosti konstruktoru
TestJobStreams(AutomationClientContext)
Vytvořte TestJobStreams.
new TestJobStreams(client: AutomationClientContext)
Parametry
- client
- AutomationClientContext
Odkaz na klienta služby
Podrobnosti metody
get(string, string, string, string, RequestOptionsBase)
Načte stream testovací úlohy testovací úlohy identifikovaný názvem runbooku a ID streamu.
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků Azure.
- automationAccountName
-
string
Název účtu Automation.
- runbookName
-
string
Název runbooku.
- jobStreamId
-
string
ID streamu úlohy
- options
- RequestOptionsBase
Volitelné parametry
Návraty
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>)
Parametry
- resourceGroupName
-
string
Název skupiny prostředků Azure.
- automationAccountName
-
string
Název účtu Automation.
- runbookName
-
string
Název runbooku.
- jobStreamId
-
string
ID streamu úlohy
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
get(string, string, string, string, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
Parametry
- resourceGroupName
-
string
Název skupiny prostředků Azure.
- automationAccountName
-
string
Název účtu Automation.
- runbookName
-
string
Název runbooku.
- jobStreamId
-
string
ID streamu úlohy
- callback
Zpětné volání
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)
Parametry
- resourceGroupName
-
string
Název skupiny prostředků Azure.
- automationAccountName
-
string
Název účtu Automation.
- runbookName
-
string
Název runbooku.
- callback
Zpětné volání
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)
Načte seznam streamů testovacích úloh identifikovaných názvem runbooku.
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků Azure.
- automationAccountName
-
string
Název účtu Automation.
- runbookName
-
string
Název runbooku.
Volitelné parametry
Návraty
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>)
Parametry
- resourceGroupName
-
string
Název skupiny prostředků Azure.
- automationAccountName
-
string
Název účtu Automation.
- runbookName
-
string
Název runbooku.
Volitelné parametry
- callback
Zpětné volání
listByTestJobNext(string, RequestOptionsBase)
Načte seznam streamů testovacích úloh identifikovaných názvem runbooku.
function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>
Parametry
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
Volitelné parametry
Návraty
Promise<Models.TestJobStreamsListByTestJobNextResponse>
listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)
Parametry
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
Volitelné parametry
- callback
Zpětné volání
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)
Parametry
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- callback
Zpětné volání