Share via


StreamingJobsOperationsExtensions.ListByResourceGroup Method

Definition

Lists all of the streaming jobs in the specified resource group.

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

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'.

Returns

Applies to