InputsOperationsExtensions.ListByStreamingJob Method

Definition

Lists all of the inputs under the specified streaming job.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Input> ListByStreamingJob (this Microsoft.Azure.Management.StreamAnalytics.IInputsOperations operations, string resourceGroupName, string jobName, string select = default);
static member ListByStreamingJob : Microsoft.Azure.Management.StreamAnalytics.IInputsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Input>
<Extension()>
Public Function ListByStreamingJob (operations As IInputsOperations, resourceGroupName As String, jobName As String, Optional select As String = Nothing) As 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.

Returns

Applies to