az timeseriesinsights event-source
Commands to manage timeseriesinsights event source.
Commands
az timeseriesinsights event-source delete |
Delete the event source with the specified name in the specified subscription, resource group, and environment. |
az timeseriesinsights event-source eventhub |
Create or update an event hub event source under the specified environment. |
az timeseriesinsights event-source eventhub create |
Create or update an event hub event source under the specified environment. |
az timeseriesinsights event-source eventhub update |
Create or update an event source under the specified environment. |
az timeseriesinsights event-source iothub |
Create or update an iothub event source under the specified environment. |
az timeseriesinsights event-source iothub create |
Create or update an iothub event source under the specified environment. |
az timeseriesinsights event-source iothub update |
Create or update an event source under the specified environment. |
az timeseriesinsights event-source list |
List all the available event sources associated with the subscription and within the specified resource group and environment. |
az timeseriesinsights event-source show |
Show the event source with the specified name in the specified environment. |
az timeseriesinsights event-source delete
Delete the event source with the specified name in the specified subscription, resource group, and environment.
az timeseriesinsights event-source delete --environment-name
--name
--resource-group
[--yes]
Examples
Delete event-source
az timeseriesinsights event-source delete -g {rg} --environment-name {env} -n es1
Required Parameters
The name of the Time Series Insights environment associated with the specified resource group.
The name of the Time Series Insights event source associated with the specified environment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not prompt for confirmation.
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 timeseriesinsights event-source list
List all the available event sources associated with the subscription and within the specified resource group and environment.
az timeseriesinsights event-source list --environment-name
--resource-group
Examples
List event-source by environment
az timeseriesinsights event-source list -g {rg} --environment-name {env}
Required Parameters
The name of the Time Series Insights environment associated with the specified resource group.
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 timeseriesinsights event-source show
Show the event source with the specified name in the specified environment.
az timeseriesinsights event-source show --environment-name
--name
--resource-group
Examples
Show event-source
az timeseriesinsights event-source show -g {rg} --environment-name {env} -n es1
Required Parameters
The name of the Time Series Insights environment associated with the specified resource group.
The name of the Time Series Insights event source associated with the specified environment.
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.