DscCompilationJobStream interface
Interface representing a DscCompilationJobStream.
Methods
list |
Retrieve all the job streams for the compilation Job. |
Method Details
listByJob(string, string, string, DscCompilationJobStreamListByJobOptionalParams)
Retrieve all the job streams for the compilation Job.
function listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, options?: DscCompilationJobStreamListByJobOptionalParams): Promise<JobStreamListResult>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobId
-
string
The job id.
The options parameters.
Returns
Promise<JobStreamListResult>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript