StreamingJobsOperationsExtensions.Get 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.
Gets details about the specified streaming job.
public static Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob Get (this Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations operations, string resourceGroupName, string jobName, string expand = default);
static member Get : Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob
<Extension()>
Public Function Get (operations As IStreamingJobsOperations, resourceGroupName As String, jobName As String, Optional expand As String = Nothing) As StreamingJob
Parameters
- operations
- IStreamingJobsOperations
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.
- 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
Azure SDK for .NET