TestJobStreams class
Classe représentant un TestJobStreams.
Constructeurs
| Test |
Créez un TestJobStreams. |
Méthodes
| get(string, string, string, string, Request |
Récupérez un flux de travail de test du travail de test identifié par le nom du runbook et l’ID de flux. |
| get(string, string, string, string, Request |
|
| get(string, string, string, string, Service |
|
| list |
|
| list |
Récupérez la liste des flux de travail de test identifiés par le nom du runbook. |
| list |
|
| list |
Récupérez la liste des flux de travail de test identifiés par le nom du runbook. |
| list |
|
| list |
Détails du constructeur
TestJobStreams(AutomationClientContext)
Créez un TestJobStreams.
new TestJobStreams(client: AutomationClientContext)
Paramètres
- client
- AutomationClientContext
Référence au client de service.
Détails de la méthode
get(string, string, string, string, RequestOptionsBase)
Récupérez un flux de travail de test du travail de test identifié par le nom du runbook et l’ID de flux.
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- runbookName
-
string
Nom du runbook.
- jobStreamId
-
string
ID du flux de travail.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
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>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- runbookName
-
string
Nom du runbook.
- jobStreamId
-
string
ID du flux de travail.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
get(string, string, string, string, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- runbookName
-
string
Nom du runbook.
- jobStreamId
-
string
ID du flux de travail.
- callback
Rappel
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- runbookName
-
string
Nom du runbook.
- callback
Rappel
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)
Récupérez la liste des flux de travail de test identifiés par le nom du runbook.
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- runbookName
-
string
Nom du runbook.
Paramètres facultatifs
Retours
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>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- runbookName
-
string
Nom du runbook.
Paramètres facultatifs
- callback
Rappel
listByTestJobNext(string, RequestOptionsBase)
Récupérez la liste des flux de travail de test identifiés par le nom du runbook.
function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.TestJobStreamsListByTestJobNextResponse>
listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- callback
Rappel