TestJobStreams class
Clase que representa un TestJobStreams.
Constructores
| Test |
Cree una clase TestJobStreams. |
Métodos
| get(string, string, string, string, Request |
Recupere un flujo de trabajo de prueba del trabajo de prueba identificado por el nombre del runbook y el identificador de secuencia. |
| get(string, string, string, string, Request |
|
| get(string, string, string, string, Service |
|
| list |
|
| list |
Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook. |
| list |
|
| list |
Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook. |
| list |
|
| list |
Detalles del constructor
TestJobStreams(AutomationClientContext)
Cree una clase TestJobStreams.
new TestJobStreams(client: AutomationClientContext)
Parámetros
- client
- AutomationClientContext
Referencia al cliente de servicio.
Detalles del método
get(string, string, string, string, RequestOptionsBase)
Recupere un flujo de trabajo de prueba del trabajo de prueba identificado por el nombre del runbook y el identificador de secuencia.
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>
Parámetros
- resourceGroupName
-
string
Nombre de un grupo de recursos de Azure.
- automationAccountName
-
string
Nombre de la cuenta de Automation.
- runbookName
-
string
Nombre del runbook.
- jobStreamId
-
string
Identificador de flujo de trabajo.
- options
- RequestOptionsBase
Los parámetros opcionales
Devoluciones
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>)
Parámetros
- resourceGroupName
-
string
Nombre de un grupo de recursos de Azure.
- automationAccountName
-
string
Nombre de la cuenta de Automation.
- runbookName
-
string
Nombre del runbook.
- jobStreamId
-
string
Identificador de flujo de trabajo.
- options
- RequestOptionsBase
Los parámetros opcionales
- callback
Devolución de llamada
get(string, string, string, string, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
Parámetros
- resourceGroupName
-
string
Nombre de un grupo de recursos de Azure.
- automationAccountName
-
string
Nombre de la cuenta de Automation.
- runbookName
-
string
Nombre del runbook.
- jobStreamId
-
string
Identificador de flujo de trabajo.
- callback
Devolución de llamada
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)
Parámetros
- resourceGroupName
-
string
Nombre de un grupo de recursos de Azure.
- automationAccountName
-
string
Nombre de la cuenta de Automation.
- runbookName
-
string
Nombre del runbook.
- callback
Devolución de llamada
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)
Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook.
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>
Parámetros
- resourceGroupName
-
string
Nombre de un grupo de recursos de Azure.
- automationAccountName
-
string
Nombre de la cuenta de Automation.
- runbookName
-
string
Nombre del runbook.
Los parámetros opcionales
Devoluciones
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>)
Parámetros
- resourceGroupName
-
string
Nombre de un grupo de recursos de Azure.
- automationAccountName
-
string
Nombre de la cuenta de Automation.
- runbookName
-
string
Nombre del runbook.
Los parámetros opcionales
- callback
Devolución de llamada
listByTestJobNext(string, RequestOptionsBase)
Recupere una lista de flujos de trabajo de prueba identificados por el nombre del runbook.
function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>
Parámetros
- nextPageLink
-
string
NextLink de la llamada correcta anterior a la operación List.
- options
- RequestOptionsBase
Los parámetros opcionales
Devoluciones
Promise<Models.TestJobStreamsListByTestJobNextResponse>
listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)
Parámetros
- nextPageLink
-
string
NextLink de la llamada correcta anterior a la operación List.
- options
- RequestOptionsBase
Los parámetros opcionales
- callback
Devolución de llamada
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)
Parámetros
- nextPageLink
-
string
NextLink de la llamada correcta anterior a la operación List.
- callback
Devolución de llamada