Az.StreamAnalytics
Microsoft Azure PowerShell: StreamAnalytics cmdlets
Stream Analytics
| Get-AzStreamAnalyticsCluster |
Gets information about the specified cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzStreamAnalyticsClusterStreamingJob |
Lists all of the streaming jobs in the given cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzStreamAnalyticsDefaultFunctionDefinition |
Retrieves the default definition of a function based on the parameters specified. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzStreamAnalyticsFunction |
Gets details about the specified function. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzStreamAnalyticsInput |
Gets details about the specified input. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzStreamAnalyticsJob |
Gets details about the specified streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzStreamAnalyticsOutput |
Gets details about the specified output. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzStreamAnalyticsQuota |
Retrieves the subscription's current quota information in a particular region. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzStreamAnalyticsTransformation |
Gets details about the specified transformation. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzStreamAnalyticsCluster |
Creates a Stream Analytics Cluster or replaces an already existing cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzStreamAnalyticsFunction |
Creates a function or replaces an already existing function under an existing streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzStreamAnalyticsInput |
Creates an input or replaces an already existing input under an existing streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzStreamAnalyticsJob |
Creates a streaming job or replaces an already existing streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzStreamAnalyticsOutput |
Creates an output or replaces an already existing output under an existing streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzStreamAnalyticsTransformation |
Creates a transformation or replaces an already existing transformation under an existing streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Remove-AzStreamAnalyticsCluster |
Deletes the specified cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Remove-AzStreamAnalyticsFunction |
Deletes a function from the streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Remove-AzStreamAnalyticsInput |
Deletes an input from the streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Remove-AzStreamAnalyticsJob |
Deletes a streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Remove-AzStreamAnalyticsOutput |
Deletes an output from the streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Start-AzStreamAnalyticsJob |
Starts a streaming job. Once a job is started it will start processing input events and produce output. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Stop-AzStreamAnalyticsJob |
Stops a running streaming job. This will cause a running streaming job to stop processing input events and producing output. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Test-AzStreamAnalyticsFunction |
Tests if the information provided for a function is valid. This can range from testing the connection to the underlying web service behind the function or making sure the function code provided is syntactically correct. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Test-AzStreamAnalyticsInput |
Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Test-AzStreamAnalyticsOutput |
Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Update-AzStreamAnalyticsCluster |
Updates an existing cluster. This can be used to partially update (ie. update one or two properties) a cluster without affecting the rest of the cluster definition. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Update-AzStreamAnalyticsFunction |
Updates an existing function under an existing streaming job. This can be used to partially update (ie. update one or two properties) a function without affecting the rest the job or function definition. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Update-AzStreamAnalyticsInput |
Updates an existing input under an existing streaming job. This can be used to partially update (ie. update one or two properties) an input without affecting the rest the job or input definition. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Update-AzStreamAnalyticsJob |
Creates a streaming job or replaces an already existing streaming job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Update-AzStreamAnalyticsOutput |
Updates an existing output under an existing streaming job. This can be used to partially update (ie. update one or two properties) an output without affecting the rest the job or output definition. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Update-AzStreamAnalyticsTransformation |
Updates an existing transformation under an existing streaming job. This can be used to partially update (ie. update one or two properties) a transformation without affecting the rest the job or transformation definition. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |