JobStreamOperations class
Classe représentant un JobStreamOperations.
Constructeurs
| Job |
Créez un JobStreamOperations. |
Méthodes
| get(string, string, string, string, Job |
Récupérez le flux de travaux identifié par l’ID de flux de travail. |
| get(string, string, string, string, Job |
|
| get(string, string, string, string, Service |
|
| list |
Récupérez la liste des flux de travaux identifiés par le nom du travail. |
| list |
|
| list |
|
| list |
Récupérez la liste des flux de travaux identifiés par le nom du travail. |
| list |
|
| list |
Détails du constructeur
JobStreamOperations(AutomationClientContext)
Créez un JobStreamOperations.
new JobStreamOperations(client: AutomationClientContext)
Paramètres
- client
- AutomationClientContext
Référence au client de service.
Détails de la méthode
get(string, string, string, string, JobStreamGetOptionalParams)
Récupérez le flux de travaux identifié par l’ID de flux de travail.
function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: JobStreamGetOptionalParams): Promise<JobStreamGetResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- jobName
-
string
Nom du travail.
- jobStreamId
-
string
ID du flux de travail.
- options
- JobStreamGetOptionalParams
Paramètres facultatifs
Retours
Promise<JobStreamGetResponse>
Promise<Models.JobStreamGetResponse>
get(string, string, string, string, JobStreamGetOptionalParams, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options: JobStreamGetOptionalParams, callback: ServiceCallback<JobStream>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- jobName
-
string
Nom du travail.
- jobStreamId
-
string
ID du flux de travail.
- options
- JobStreamGetOptionalParams
Paramètres facultatifs
- callback
Rappel
get(string, string, string, string, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- jobName
-
string
Nom du travail.
- jobStreamId
-
string
ID du flux de travail.
- callback
Rappel
listByJob(string, string, string, JobStreamListByJobOptionalParams)
Récupérez la liste des flux de travaux identifiés par le nom du travail.
function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStreamListByJobOptionalParams): Promise<JobStreamListByJobResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- jobName
-
string
Nom du travail.
- options
- JobStreamListByJobOptionalParams
Paramètres facultatifs
Retours
Promise<JobStreamListByJobResponse>
Promise<Models.JobStreamListByJobResponse>
listByJob(string, string, string, JobStreamListByJobOptionalParams, ServiceCallback<JobStreamListResult>)
function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options: JobStreamListByJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- jobName
-
string
Nom du travail.
- options
- JobStreamListByJobOptionalParams
Paramètres facultatifs
- callback
Rappel
listByJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, callback: ServiceCallback<JobStreamListResult>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- jobName
-
string
Nom du travail.
- callback
Rappel
listByJobNext(string, JobStreamListByJobNextOptionalParams)
Récupérez la liste des flux de travaux identifiés par le nom du travail.
function listByJobNext(nextPageLink: string, options?: JobStreamListByJobNextOptionalParams): Promise<JobStreamListByJobNextResponse>
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
Paramètres facultatifs
Retours
Promise<JobStreamListByJobNextResponse>
Promise<Models.JobStreamListByJobNextResponse>
listByJobNext(string, JobStreamListByJobNextOptionalParams, ServiceCallback<JobStreamListResult>)
function listByJobNext(nextPageLink: string, options: JobStreamListByJobNextOptionalParams, callback: ServiceCallback<JobStreamListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
Paramètres facultatifs
- callback
Rappel
listByJobNext(string, ServiceCallback<JobStreamListResult>)
function listByJobNext(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