TestJobStreams class
Class representing a TestJobStreams.
Constructors
Test |
Create a TestJobStreams. |
Methods
get(string, string, string, string, Request |
Retrieve a test job stream of the test job identified by runbook name and stream id. |
get(string, string, string, string, Request |
|
get(string, string, string, string, Service |
|
list |
|
list |
Retrieve a list of test job streams identified by runbook name. |
list |
|
list |
Retrieve a list of test job streams identified by runbook name. |
list |
|
list |
Constructor Details
TestJobStreams(AutomationClientContext)
Create a TestJobStreams.
new TestJobStreams(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Reference to the service client.
Method Details
get(string, string, string, string, RequestOptionsBase)
Retrieve a test job stream of the test job identified by runbook name and stream id.
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options?: RequestOptionsBase): Promise<TestJobStreamsGetResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- runbookName
-
string
The runbook name.
- jobStreamId
-
string
The job stream id.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<TestJobStreamsGetResponse>
Promise<Models.TestJobStreamsGetResponse>
get(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, options: RequestOptionsBase, callback: ServiceCallback<JobStream>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- runbookName
-
string
The runbook name.
- jobStreamId
-
string
The job stream id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
get(string, string, string, string, ServiceCallback<JobStream>)
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, jobStreamId: string, callback: ServiceCallback<JobStream>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- runbookName
-
string
The runbook name.
- jobStreamId
-
string
The job stream id.
- callback
The callback
listByTestJob(string, string, string, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, callback: ServiceCallback<JobStreamListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- runbookName
-
string
The runbook name.
- callback
The callback
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams)
Retrieve a list of test job streams identified by runbook name.
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: TestJobStreamsListByTestJobOptionalParams): Promise<TestJobStreamsListByTestJobResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- runbookName
-
string
The runbook name.
The optional parameters
Returns
Promise<TestJobStreamsListByTestJobResponse>
Promise<Models.TestJobStreamsListByTestJobResponse>
listByTestJob(string, string, string, TestJobStreamsListByTestJobOptionalParams, ServiceCallback<JobStreamListResult>)
function listByTestJob(resourceGroupName: string, automationAccountName: string, runbookName: string, options: TestJobStreamsListByTestJobOptionalParams, callback: ServiceCallback<JobStreamListResult>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- runbookName
-
string
The runbook name.
The optional parameters
- callback
The callback
listByTestJobNext(string, RequestOptionsBase)
Retrieve a list of test job streams identified by runbook name.
function listByTestJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<TestJobStreamsListByTestJobNextResponse>
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.TestJobStreamsListByTestJobNextResponse>
listByTestJobNext(string, RequestOptionsBase, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<JobStreamListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listByTestJobNext(string, ServiceCallback<JobStreamListResult>)
function listByTestJobNext(nextPageLink: string, callback: ServiceCallback<JobStreamListResult>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- callback
The callback