InputsOperationsExtensions.ListByStreamingJobAsync Method

Definition

Lists all of the inputs under the specified streaming job.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Input>> ListByStreamingJobAsync (this Microsoft.Azure.Management.StreamAnalytics.IInputsOperations operations, string resourceGroupName, string jobName, string select = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByStreamingJobAsync : Microsoft.Azure.Management.StreamAnalytics.IInputsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Input>>
<Extension()>
Public Function ListByStreamingJobAsync (operations As IInputsOperations, resourceGroupName As String, jobName As String, Optional select As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Input))

Parameters

operations
IInputsOperations

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.

select
String

The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or "" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '' as a valid value.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to