az stream-analytics
Note
This reference is part of the stream-analytics extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az stream-analytics command. Learn more about extensions.
Manage Stream Analytics.
Commands
Name | Description | Type | Status |
---|---|---|---|
az stream-analytics cluster |
Manage cluster with stream analytics. |
Extension | GA |
az stream-analytics cluster create |
Create a Stream Analytics Cluster or replaces an already existing cluster. |
Extension | GA |
az stream-analytics cluster delete |
Delete the specified cluster. |
Extension | GA |
az stream-analytics cluster list |
List all of the clusters in the given resource group. And Lists all of the clusters in the given subscription. |
Extension | GA |
az stream-analytics cluster list-streaming-job |
List all of the streaming jobs in the given cluster. |
Extension | GA |
az stream-analytics cluster show |
Get information about the specified cluster. |
Extension | GA |
az stream-analytics cluster update |
Update 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. |
Extension | GA |
az stream-analytics cluster wait |
Place the CLI in a waiting state until a condition of the stream-analytics cluster is met. |
Extension | GA |
az stream-analytics function |
Manage function with stream analytics. |
Extension | GA |
az stream-analytics function create |
Create a function or replaces an already existing function under an existing streaming job. |
Extension | GA |
az stream-analytics function delete |
Delete a function from the streaming job. |
Extension | GA |
az stream-analytics function inspect |
Retrieve the default definition of a function based on the parameters specified. |
Extension | GA |
az stream-analytics function list |
List all of the functions under the specified streaming job. |
Extension | GA |
az stream-analytics function show |
Get details about the specified function. |
Extension | GA |
az stream-analytics function test |
Test 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. |
Extension | GA |
az stream-analytics function update |
Update 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. |
Extension | GA |
az stream-analytics function wait |
Place the CLI in a waiting state until a condition of the stream-analytics function is met. |
Extension | GA |
az stream-analytics input |
Manage input with stream analytics. |
Extension | GA |
az stream-analytics input create |
Create an input or replaces an already existing input under an existing streaming job. |
Extension | GA |
az stream-analytics input delete |
Delete an input from the streaming job. |
Extension | GA |
az stream-analytics input list |
List all of the inputs under the specified streaming job. |
Extension | GA |
az stream-analytics input show |
Get details about the specified input. |
Extension | GA |
az stream-analytics input test |
Test whether an input’s datasource is reachable and usable by the Azure Stream Analytics service. |
Extension | GA |
az stream-analytics input update |
Update 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. |
Extension | GA |
az stream-analytics input wait |
Place the CLI in a waiting state until a condition of the stream-analytics input is met. |
Extension | GA |
az stream-analytics job |
Manage streaming job with stream analytics. |
Extension | GA |
az stream-analytics job create |
Create a streaming job or replaces an already existing streaming job. |
Extension | GA |
az stream-analytics job delete |
Delete a streaming job. |
Extension | GA |
az stream-analytics job list |
List all of the streaming jobs in the specified resource group. And Lists all of the streaming jobs in the given subscription. |
Extension | GA |
az stream-analytics job scale |
Scale a streaming job when the job is running. |
Extension | GA |
az stream-analytics job show |
Get details about the specified streaming job. |
Extension | GA |
az stream-analytics job start |
Start a streaming job. Once a job is started it will start processing input events and produce output. |
Extension | GA |
az stream-analytics job stop |
Stop a running streaming job. This will cause a running streaming job to stop processing input events and producing output. |
Extension | GA |
az stream-analytics job update |
Update an existing streaming job. This can be used to partially update (ie. update one or two properties) a streaming job without affecting the rest the job definition. |
Extension | GA |
az stream-analytics job wait |
Place the CLI in a waiting state until a condition of the stream-analytics job is met. |
Extension | GA |
az stream-analytics output |
Manage output with stream analytics. |
Extension | GA |
az stream-analytics output create |
Create an output or replaces an already existing output under an existing streaming job. |
Extension | GA |
az stream-analytics output delete |
Delete an output from the streaming job. |
Extension | GA |
az stream-analytics output list |
List all of the outputs under the specified streaming job. |
Extension | GA |
az stream-analytics output show |
Get details about the specified output. |
Extension | GA |
az stream-analytics output test |
Test whether an output’s datasource is reachable and usable by the Azure Stream Analytics service. |
Extension | GA |
az stream-analytics output update |
Update 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. |
Extension | GA |
az stream-analytics output wait |
Place the CLI in a waiting state until a condition of the stream-analytics output is met. |
Extension | GA |
az stream-analytics private-endpoint |
Manage private endpoint with stream analytics. |
Extension | GA |
az stream-analytics private-endpoint create |
Create a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint. |
Extension | GA |
az stream-analytics private-endpoint delete |
Delete the specified private endpoint. |
Extension | GA |
az stream-analytics private-endpoint list |
List the private endpoints in the cluster. |
Extension | GA |
az stream-analytics private-endpoint show |
Get information about the specified Private Endpoint. |
Extension | GA |
az stream-analytics private-endpoint wait |
Place the CLI in a waiting state until a condition of the stream-analytics private-endpoint is met. |
Extension | GA |
az stream-analytics subscription |
Manage subscription with stream analytics. |
Extension | GA |
az stream-analytics subscription inspect |
Retrieve the subscription's current quota information in a particular region. |
Extension | GA |
az stream-analytics transformation |
Manage transformation with stream analytics. |
Extension | GA |
az stream-analytics transformation create |
Create a transformation or replaces an already existing transformation under an existing streaming job. |
Extension | GA |
az stream-analytics transformation show |
Get details about the specified transformation. |
Extension | GA |
az stream-analytics transformation update |
Update 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. |
Extension | GA |
Azure CLI