Example 1: Get information about all jobs in a subscription
Get-AzStreamAnalyticsJob
Location Name Type ETag
-------- ---- ---- ----
West Central US sajob-02-pwsh Microsoft.StreamAnalytics/streamingjobs
West Central US sajob-01-pwsh Microsoft.StreamAnalytics/streamingjobs
This command returns information about all the Stream Analytics jobs in the Azure subscription.
Example 2: Get information about all jobs in a resource group
Location Name Type ETag
-------- ---- ---- ----
West Central US sajob-02-pwsh Microsoft.StreamAnalytics/streamingjobs
West Central US sajob-01-pwsh Microsoft.StreamAnalytics/streamingjobs
This command returns information about all the Stream Analytics jobs in the resource group.
Example 3: Get information about a specific job in a resource group
Location Name Type ETag
-------- ---- ---- ----
West Central US sajob-02-pwsh Microsoft.StreamAnalytics/streamingjobs ac26a506-a4cb-4a7d-9ec8-c3149b8589bd
This command returns information about the Stream Analytics job StreamingJob in the resource group.
Example 4: Get information about a specific job in a resource group by pipeline
Location Name Type ETag
-------- ---- ---- ----
West Central US sajob-02-pwsh Microsoft.StreamAnalytics/streamingjobs ac26a506-a4cb-4a7d-9ec8-c3149b8589bd
This command returns information about the Stream Analytics job StreamingJob in the resource group.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional.
Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
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'.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.