DscCompilationJobStream class

Class representing a DscCompilationJobStream.

Constructors

DscCompilationJobStream(AutomationClientContext)

Create a DscCompilationJobStream.

Methods

listByJob(string, string, string, RequestOptionsBase)

Retrieve all the job streams for the compilation Job.

listByJob(string, string, string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
listByJob(string, string, string, ServiceCallback<JobStreamListResult>)

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

ServiceCallback<JobStreamListResult>

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

ServiceCallback<JobStreamListResult>

The callback