OutputsOperationsExtensions.ListByStreamingJob Method

Definition

Lists all of the outputs under the specified streaming job.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output> ListByStreamingJob (this Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations operations, string resourceGroupName, string jobName, string select = default);
static member ListByStreamingJob : Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output>
<Extension()>
Public Function ListByStreamingJob (operations As IOutputsOperations, resourceGroupName As String, jobName As String, Optional select As String = Nothing) As IPage(Of Output)

Parameters

operations
IOutputsOperations

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