az kusto data-connection
Kusto data-connection.
Commands
az kusto data-connection delete |
Deletes the data connection with the given name. |
az kusto data-connection event-grid |
Kusto data-connection sub group event-grid. |
az kusto data-connection event-grid create |
Creates or updates a data connection. |
az kusto data-connection event-grid data-connection-validation |
Checks that the data connection parameters are valid. |
az kusto data-connection event-grid update |
Updates a data connection. |
az kusto data-connection event-hub |
Kusto data-connection sub group event-hub. |
az kusto data-connection event-hub create |
Creates or updates a data connection. |
az kusto data-connection event-hub data-connection-validation |
Checks that the data connection parameters are valid. |
az kusto data-connection event-hub update |
Updates a data connection. |
az kusto data-connection iot-hub |
Kusto data-connection sub group iot-hub. |
az kusto data-connection iot-hub create |
Creates or updates a data connection. |
az kusto data-connection iot-hub data-connection-validation |
Checks that the data connection parameters are valid. |
az kusto data-connection iot-hub update |
Updates a data connection. |
az kusto data-connection list |
Returns the list of data connections of the given Kusto database. |
az kusto data-connection show |
Returns a data connection. |
az kusto data-connection wait |
Place the CLI in a waiting state until a condition of the kusto data-connection is met. |
az kusto data-connection delete
Deletes the data connection with the given name.
az kusto data-connection delete --cluster-name
--data-connection-name
--database-name
--resource-group
[--no-wait]
Examples
KustoDataConnectionsDelete
az kusto data-connection delete --cluster-name "kustoclusterrptest4" --data-connection-name "kustoeventhubconnection1" --database-name "KustoDatabase8" --resource-group "kustorptest"
Required Parameters
The name of the Kusto cluster.
The name of the data connection.
The name of the database in the Kusto cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not wait for the long-running operation to finish.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az kusto data-connection list
Returns the list of data connections of the given Kusto database.
az kusto data-connection list --cluster-name
--database-name
--resource-group
Examples
KustoDatabasesListByCluster
az kusto data-connection list --cluster-name "kustoclusterrptest4" --database-name "KustoDatabase8" --resource-group "kustorptest"
Required Parameters
The name of the Kusto cluster.
The name of the database in the Kusto cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az kusto data-connection show
Returns a data connection.
az kusto data-connection show --cluster-name
--data-connection-name
--database-name
--resource-group
Examples
KustoDataConnectionsGet
az kusto data-connection show --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-name "KustoDatabase8" --resource-group "kustorptest"
Required Parameters
The name of the Kusto cluster.
The name of the data connection.
The name of the database in the Kusto cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az kusto data-connection wait
Place the CLI in a waiting state until a condition of the kusto data-connection is met.
az kusto data-connection wait --cluster-name
--data-connection-name
--database-name
--resource-group
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Examples
Pause executing next line of CLI script until the kusto data-connection is successfully created.
az kusto data-connection wait --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-name "KustoDatabase8" --resource-group "kustorptest" --created
Pause executing next line of CLI script until the kusto data-connection is successfully deleted.
az kusto data-connection wait --cluster-name "kustoclusterrptest4" --data-connection-name "DataConnections8" --database-name "KustoDatabase8" --resource-group "kustorptest" --deleted
Required Parameters
The name of the Kusto cluster.
The name of the data connection.
The name of the database in the Kusto cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Polling interval in seconds.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.