JobStreamOperations class
Class representing a JobStreamOperations.
Constructors
Job |
Create a JobStreamOperations. |
Methods
get(string, string, string, string, Job |
Retrieve the job stream identified by job stream id. |
get(string, string, string, string, Job |
|
get(string, string, string, string, Service |
|
list |
Retrieve a list of jobs streams identified by job name. |
list |
|
list |
|
list |
Retrieve a list of jobs streams identified by job name. |
list |
|
list |
Constructor Details
JobStreamOperations(AutomationClientContext)
Create a JobStreamOperations.
new JobStreamOperations(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Reference to the service client.
Method Details
get(string, string, string, string, JobStreamGetOptionalParams)
Retrieve the job stream identified by job stream id.
function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options?: JobStreamGetOptionalParams): Promise<JobStreamGetResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobName
-
string
The job name.
- jobStreamId
-
string
The job stream id.
- options
- JobStreamGetOptionalParams
The optional parameters
Returns
Promise<JobStreamGetResponse>
Promise<Models.JobStreamGetResponse>
get(string, string, string, string, JobStreamGetOptionalParams, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, options: JobStreamGetOptionalParams, callback: ServiceCallback<JobStream>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobName
-
string
The job name.
- jobStreamId
-
string
The job stream id.
- options
- JobStreamGetOptionalParams
The optional parameters
- callback
The callback
get(string, string, string, string, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, jobName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobName
-
string
The job name.
- jobStreamId
-
string
The job stream id.
- callback
The callback
listByJob(string, string, string, JobStreamListByJobOptionalParams)
Retrieve a list of jobs streams identified by job name.
function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options?: JobStreamListByJobOptionalParams): Promise<JobStreamListByJobResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobName
-
string
The job name.
- options
- JobStreamListByJobOptionalParams
The optional parameters
Returns
Promise<JobStreamListByJobResponse>
Promise<Models.JobStreamListByJobResponse>
listByJob(string, string, string, JobStreamListByJobOptionalParams, ServiceCallback<JobStreamListResult>)
function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, options: JobStreamListByJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobName
-
string
The job name.
- options
- JobStreamListByJobOptionalParams
The optional parameters
- callback
The callback
listByJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByJob(resourceGroupName: string, automationAccountName: string, jobName: string, callback: ServiceCallback<JobStreamListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- jobName
-
string
The job name.
- callback
The callback
listByJobNext(string, JobStreamListByJobNextOptionalParams)
Retrieve a list of jobs streams identified by job name.
function listByJobNext(nextPageLink: string, options?: JobStreamListByJobNextOptionalParams): Promise<JobStreamListByJobNextResponse>
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The optional parameters
Returns
Promise<JobStreamListByJobNextResponse>
Promise<Models.JobStreamListByJobNextResponse>
listByJobNext(string, JobStreamListByJobNextOptionalParams, ServiceCallback<JobStreamListResult>)
function listByJobNext(nextPageLink: string, options: JobStreamListByJobNextOptionalParams, callback: ServiceCallback<JobStreamListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The optional parameters
- callback
The callback
listByJobNext(string, ServiceCallback<JobStreamListResult>)
function listByJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- callback
The callback