OutputsOperationsExtensions.ListByStreamingJobAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all of the outputs under the specified streaming job.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output>> ListByStreamingJobAsync (this Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations operations, string resourceGroupName, string jobName, string select = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByStreamingJobAsync : Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output>>
<Extension()>
Public Function ListByStreamingJobAsync (operations As IOutputsOperations, resourceGroupName As String, jobName As String, Optional select As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET