JobStreamOperations interface
Interface representing a JobStreamOperations.
Methods
get(string, string, string, string, Job |
Retrieve the job stream identified by job stream id. |
list |
Retrieve a list of jobs streams identified by job name. |
Method Details
get(string, string, string, string, JobStreamGetOptionalParams)
Retrieve the job stream identified by job stream id.
function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: JobStreamGetOptionalParams): Promise<JobStream>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobName
-
string
The job name.
- jobStreamId
-
string
The job stream id.
- options
- JobStreamGetOptionalParams
The options parameters.
Returns
Promise<JobStream>
listByJob(string, string, string, JobStreamListByJobOptionalParams)
Retrieve a list of jobs streams identified by job name.
function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStreamListByJobOptionalParams): PagedAsyncIterableIterator<JobStream, JobStream[], PageSettings>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobName
-
string
The job name.
- options
- JobStreamListByJobOptionalParams
The options parameters.
Returns
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript