IJobStreamOperations.GetTestJobStreamAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve a test job streams identified by runbook name and stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse> GetTestJobStreamAsync (string automationAccount, string runbookName, string jobStreamId, System.Threading.CancellationToken cancellationToken);
abstract member GetTestJobStreamAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse>
Public Function GetTestJobStreamAsync (automationAccount As String, runbookName As String, jobStreamId As String, cancellationToken As CancellationToken) As Task(Of JobStreamGetResponse)
Parameters
- automationAccount
- String
The automation account name.
- runbookName
- String
The runbook name.
- jobStreamId
- String
The job stream id.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The response model for the get job stream operation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET