JobStreamOperationsOperations interface
Interface representing a JobStreamOperations operations.
Properties
| get | Retrieve the job stream identified by job stream id. |
| list |
Retrieve a list of jobs streams identified by job name. |
Property Details
get
Retrieve the job stream identified by job stream id.
get: (resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: JobStreamOperationsGetOptionalParams) => Promise<JobStream>
Property Value
(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: JobStreamOperationsGetOptionalParams) => Promise<JobStream>
listByJob
Retrieve a list of jobs streams identified by job name.
listByJob: (resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStreamOperationsListByJobOptionalParams) => PagedAsyncIterableIterator<JobStream, JobStream[], PageSettings>
Property Value
(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStreamOperationsListByJobOptionalParams) => PagedAsyncIterableIterator<JobStream, JobStream[], PageSettings>