az security iot-solution
Manage your IoT Security solution.
Commands
Name | Description | Type | Status |
---|---|---|---|
az security iot-solution create |
Create your IoT Security solution. |
Core | GA |
az security iot-solution delete |
Delete your IoT Security solution. |
Core | GA |
az security iot-solution list |
List all IoT Security solutions. |
Core | GA |
az security iot-solution show |
Shows a IoT Security solution. |
Core | GA |
az security iot-solution update |
Update your IoT Security solution. |
Core | GA |
az security iot-solution create
Create your IoT Security solution.
az security iot-solution create --display-name
--iot-hubs
--location
--resource-group
--solution-name
Examples
create an IoT Security solution on existing IoT Hub.
az security iot-solution create --solution-name 'IoT-Hub1' --resource-group 'rg1' --iot-hubs /subscriptions/subscriptionId/resourcegroups/rg1/providers/Microsoft.Devices/IotHubs/IoT-Hub1 --display-name "Solution Default" --location "eastus"
Required Parameters
Resource display name.
IoT Hub resource IDs.
Location of the resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the IoT Security solution.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security iot-solution delete
Delete your IoT Security solution.
az security iot-solution delete --resource-group
--solution-name
Examples
Delete an IoT Security solutions.
az security iot-solution delete --solution-name 'IoT-Hub1' --resource-group 'rg1'
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the IoT Security solution.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security iot-solution list
List all IoT Security solutions.
az security iot-solution list [--resource-group]
Examples
Get List of all IoT Security solutions in subscription.
az security iot-solution list
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security iot-solution show
Shows a IoT Security solution.
az security iot-solution show --resource-group
--solution-name
Examples
Get an IoT Security solutions.
az security iot-solution show --solution-name 'IoT-Hub1' --resource-group 'rg1'
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the IoT Security solution.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security iot-solution update
Update your IoT Security solution.
az security iot-solution update --resource-group
--solution-name
[--display-name]
[--iot-hubs]
Examples
Update your IoT Security solution.
az security iot-solution update --solution-name 'IoT-Hub1' --resource-group 'rg1' --iot-hubs /subscriptions/subscriptionId/resourcegroups/rg1/providers/Microsoft.Devices/IotHubs/IoT-Hub1 --display-name "Solution Default"
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the IoT Security solution.
Optional Parameters
Resource display name.
IoT Hub resource IDs.
Global Parameters
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.