az network security-partner-provider
Manage Azure security partner provider.
Commands
az network security-partner-provider create |
Create a Azure security partner provider. |
az network security-partner-provider delete |
Delete a Azure security partner provider. |
az network security-partner-provider list |
List all Azure security partner provider. |
az network security-partner-provider show |
Show a Azure security partner provider. |
az network security-partner-provider update |
Update a Azure security partner provider. |
az network security-partner-provider create
Create a Azure security partner provider.
az network security-partner-provider create --name
--provider {Checkpoint, IBoss, ZScaler}
--resource-group
--vhub
[--location]
[--subscription]
[--tags]
Required Parameters
Name of the Security Partner Provider.
The security provider name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of the virtual hub to which the Security Partner Provider belongs.
Optional Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 network security-partner-provider delete
Delete a Azure security partner provider.
az network security-partner-provider delete --name
--resource-group
[--subscription]
Required Parameters
Name of the Security Partner Provider.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 network security-partner-provider list
List all Azure security partner provider.
az network security-partner-provider list [--query-examples]
[--resource-group]
[--subscription]
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 network security-partner-provider show
Show a Azure security partner provider.
az network security-partner-provider show --name
--resource-group
[--query-examples]
[--subscription]
Required Parameters
Name of the Security Partner Provider.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 network security-partner-provider update
Update a Azure security partner provider.
az network security-partner-provider update --name
--resource-group
[--add]
[--force-string]
[--provider {Checkpoint, IBoss, ZScaler}]
[--remove]
[--set]
[--subscription]
[--tags]
[--vhub]
Required Parameters
Name of the Security Partner Provider.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
The security provider name.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Name or ID of the virtual hub to which the Security Partner Provider belongs.
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.