|
| 1 | +--- |
| 2 | +Module Name: Az.StreamAnalytics |
| 3 | +Module Guid: 8091372c-3085-4575-a624-c3ab46f93e63 |
| 4 | +Download Help Link: https://learn.microsoft.com/powershell/module/az.streamanalytics |
| 5 | +Help Version: 1.0.0.0 |
| 6 | +Locale: en-US |
| 7 | +--- |
| 8 | + |
| 9 | +# Az.StreamAnalytics Module |
| 10 | +## Description |
| 11 | +Microsoft Azure PowerShell: StreamAnalytics cmdlets |
| 12 | + |
| 13 | +## Az.StreamAnalytics Cmdlets |
| 14 | +### [Get-AzStreamAnalyticsCluster](Get-AzStreamAnalyticsCluster.md) |
| 15 | +Gets information about the specified cluster. |
| 16 | + |
| 17 | +### [Get-AzStreamAnalyticsClusterStreamingJob](Get-AzStreamAnalyticsClusterStreamingJob.md) |
| 18 | +Lists all of the streaming jobs in the given cluster. |
| 19 | + |
| 20 | +### [Get-AzStreamAnalyticsFunction](Get-AzStreamAnalyticsFunction.md) |
| 21 | +Gets details about the specified function. |
| 22 | + |
| 23 | +### [Get-AzStreamAnalyticsFunctionDefaultDefinition](Get-AzStreamAnalyticsFunctionDefaultDefinition.md) |
| 24 | +Retrieves the default definition of a function based on the parameters specified. |
| 25 | + |
| 26 | +### [Get-AzStreamAnalyticsInput](Get-AzStreamAnalyticsInput.md) |
| 27 | +Gets details about the specified input. |
| 28 | + |
| 29 | +### [Get-AzStreamAnalyticsOutput](Get-AzStreamAnalyticsOutput.md) |
| 30 | +Gets details about the specified output. |
| 31 | + |
| 32 | +### [Get-AzStreamAnalyticsPrivateEndpoint](Get-AzStreamAnalyticsPrivateEndpoint.md) |
| 33 | +Gets information about the specified Private Endpoint. |
| 34 | + |
| 35 | +### [Get-AzStreamAnalyticsStreamingJob](Get-AzStreamAnalyticsStreamingJob.md) |
| 36 | +Gets details about the specified streaming job. |
| 37 | + |
| 38 | +### [Get-AzStreamAnalyticsSubscriptionQuota](Get-AzStreamAnalyticsSubscriptionQuota.md) |
| 39 | +Retrieves the subscription's current quota information in a particular region. |
| 40 | + |
| 41 | +### [Get-AzStreamAnalyticsTransformation](Get-AzStreamAnalyticsTransformation.md) |
| 42 | +Gets details about the specified transformation. |
| 43 | + |
| 44 | +### [Invoke-AzStreamAnalyticsScaleStreamingJob](Invoke-AzStreamAnalyticsScaleStreamingJob.md) |
| 45 | +Scales a streaming job when the job is running. |
| 46 | + |
| 47 | +### [New-AzStreamAnalyticsCluster](New-AzStreamAnalyticsCluster.md) |
| 48 | +Creates a Stream Analytics Cluster or replaces an already existing cluster. |
| 49 | + |
| 50 | +### [New-AzStreamAnalyticsFunction](New-AzStreamAnalyticsFunction.md) |
| 51 | +Creates a function or replaces an already existing function under an existing streaming job. |
| 52 | + |
| 53 | +### [New-AzStreamAnalyticsInput](New-AzStreamAnalyticsInput.md) |
| 54 | +Creates an input or replaces an already existing input under an existing streaming job. |
| 55 | + |
| 56 | +### [New-AzStreamAnalyticsOutput](New-AzStreamAnalyticsOutput.md) |
| 57 | +Creates an output or replaces an already existing output under an existing streaming job. |
| 58 | + |
| 59 | +### [New-AzStreamAnalyticsPrivateEndpoint](New-AzStreamAnalyticsPrivateEndpoint.md) |
| 60 | +Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint. |
| 61 | + |
| 62 | +### [New-AzStreamAnalyticsStreamingJob](New-AzStreamAnalyticsStreamingJob.md) |
| 63 | +Creates a streaming job or replaces an already existing streaming job. |
| 64 | + |
| 65 | +### [New-AzStreamAnalyticsTransformation](New-AzStreamAnalyticsTransformation.md) |
| 66 | +Creates a transformation or replaces an already existing transformation under an existing streaming job. |
| 67 | + |
| 68 | +### [Remove-AzStreamAnalyticsCluster](Remove-AzStreamAnalyticsCluster.md) |
| 69 | +Deletes the specified cluster. |
| 70 | + |
| 71 | +### [Remove-AzStreamAnalyticsFunction](Remove-AzStreamAnalyticsFunction.md) |
| 72 | +Deletes a function from the streaming job. |
| 73 | + |
| 74 | +### [Remove-AzStreamAnalyticsInput](Remove-AzStreamAnalyticsInput.md) |
| 75 | +Deletes an input from the streaming job. |
| 76 | + |
| 77 | +### [Remove-AzStreamAnalyticsOutput](Remove-AzStreamAnalyticsOutput.md) |
| 78 | +Deletes an output from the streaming job. |
| 79 | + |
| 80 | +### [Remove-AzStreamAnalyticsPrivateEndpoint](Remove-AzStreamAnalyticsPrivateEndpoint.md) |
| 81 | +Delete the specified private endpoint. |
| 82 | + |
| 83 | +### [Remove-AzStreamAnalyticsStreamingJob](Remove-AzStreamAnalyticsStreamingJob.md) |
| 84 | +Deletes a streaming job. |
| 85 | + |
| 86 | +### [Start-AzStreamAnalyticsStreamingJob](Start-AzStreamAnalyticsStreamingJob.md) |
| 87 | +Starts a streaming job. |
| 88 | +Once a job is started it will start processing input events and produce output. |
| 89 | + |
| 90 | +### [Stop-AzStreamAnalyticsStreamingJob](Stop-AzStreamAnalyticsStreamingJob.md) |
| 91 | +Stops a running streaming job. |
| 92 | +This will cause a running streaming job to stop processing input events and producing output. |
| 93 | + |
| 94 | +### [Test-AzStreamAnalyticsFunction](Test-AzStreamAnalyticsFunction.md) |
| 95 | +Tests if the information provided for a function is valid. |
| 96 | +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. |
| 97 | + |
| 98 | +### [Test-AzStreamAnalyticsInput](Test-AzStreamAnalyticsInput.md) |
| 99 | +Tests whether an input’s datasource is reachable and usable by the Azure Stream Analytics service. |
| 100 | + |
| 101 | +### [Test-AzStreamAnalyticsOutput](Test-AzStreamAnalyticsOutput.md) |
| 102 | +Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service. |
| 103 | + |
| 104 | +### [Update-AzStreamAnalyticsCluster](Update-AzStreamAnalyticsCluster.md) |
| 105 | +Updates an existing cluster. |
| 106 | +This can be used to partially update (ie. |
| 107 | +update one or two properties) a cluster without affecting the rest of the cluster definition. |
| 108 | + |
| 109 | +### [Update-AzStreamAnalyticsFunction](Update-AzStreamAnalyticsFunction.md) |
| 110 | +Updates an existing function under an existing streaming job. |
| 111 | +This can be used to partially update (ie. |
| 112 | +update one or two properties) a function without affecting the rest the job or function definition. |
| 113 | + |
| 114 | +### [Update-AzStreamAnalyticsInput](Update-AzStreamAnalyticsInput.md) |
| 115 | +Updates an existing input under an existing streaming job. |
| 116 | +This can be used to partially update (ie. |
| 117 | +update one or two properties) an input without affecting the rest the job or input definition. |
| 118 | + |
| 119 | +### [Update-AzStreamAnalyticsOutput](Update-AzStreamAnalyticsOutput.md) |
| 120 | +Updates an existing output under an existing streaming job. |
| 121 | +This can be used to partially update (ie. |
| 122 | +update one or two properties) an output without affecting the rest the job or output definition. |
| 123 | + |
| 124 | +### [Update-AzStreamAnalyticsStreamingJob](Update-AzStreamAnalyticsStreamingJob.md) |
| 125 | +Updates an existing streaming job. |
| 126 | +This can be used to partially update (ie. |
| 127 | +update one or two properties) a streaming job without affecting the rest the job definition. |
| 128 | + |
| 129 | +### [Update-AzStreamAnalyticsTransformation](Update-AzStreamAnalyticsTransformation.md) |
| 130 | +Updates an existing transformation under an existing streaming job. |
| 131 | +This can be used to partially update (ie. |
| 132 | +update one or two properties) a transformation without affecting the rest the job or transformation definition. |
| 133 | + |
0 commit comments