DscCompilationJobStream class
Class representing a DscCompilationJobStream.
Constructors
Dsc |
Create a DscCompilationJobStream. |
Methods
list |
Retrieve all the job streams for the compilation Job. |
list |
|
list |
Constructor Details
DscCompilationJobStream(AutomationClientContext)
Create a DscCompilationJobStream.
new DscCompilationJobStream(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Reference to the service client.
Method Details
listByJob(string, string, string, RequestOptionsBase)
Retrieve all the job streams for the compilation Job.
function listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, options?: RequestOptionsBase): Promise<DscCompilationJobStreamListByJobResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobId
-
string
The job id.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.DscCompilationJobStreamListByJobResponse>
listByJob(string, string, string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
function listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobId
-
string
The job id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listByJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByJob(resourceGroupName: string, automationAccountName: string, jobId: string, callback: ServiceCallback<JobStreamListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobId
-
string
The job id.
- callback
The callback