IJobStreamOperations.ListAsync 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 list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse> ListAsync (string automationAccount, Guid jobId, Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * Guid * Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse>
Public Function ListAsync (automationAccount As String, jobId As Guid, parameters As JobStreamListParameters, cancellationToken As CancellationToken) As Task(Of JobStreamListResponse)
Parameters
- automationAccount
- String
The automation account name.
- jobId
- Guid
The job Id.
- parameters
- JobStreamListParameters
The parameters supplied to the list job stream's stream items operation.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The response model for the list 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