Share via


StreamingJobsOperationsExtensions.GetAsync Method

Definition

Gets details about the specified streaming job.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob> GetAsync (this Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations operations, string resourceGroupName, string jobName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob>
<Extension()>
Public Function GetAsync (operations As IStreamingJobsOperations, resourceGroupName As String, jobName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of StreamingJob)

Parameters

operations
IStreamingJobsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

jobName
String

The name of the streaming job.

expand
String

The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to