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>
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript