az network service-endpoint policy-definition
Manage service endpoint policy definitions.
Commands
az network service-endpoint policy-definition create |
Create a service endpoint policy definition. |
az network service-endpoint policy-definition delete |
Delete a service endpoint policy definition. |
az network service-endpoint policy-definition list |
List service endpoint policy definitions. |
az network service-endpoint policy-definition show |
Get the details of a service endpoint policy definition. |
az network service-endpoint policy-definition update |
Update a service endpoint policy definition. |
az network service-endpoint policy-definition create
Create a service endpoint policy definition.
az network service-endpoint policy-definition create --name
--policy-name
--resource-group
--service
--service-resources
[--description]
[--subscription]
Required Parameters
Name of the service endpoint policy definition.
Name of the service endpoint policy.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Service name the policy definition applies to.
Space-separated list of service resources the definition applies to.
Optional Parameters
Description of the policy definition.
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 service-endpoint policy-definition delete
Delete a service endpoint policy definition.
az network service-endpoint policy-definition delete [--ids]
[--name]
[--policy-name]
[--resource-group]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the service endpoint policy definition.
Name of the service endpoint policy.
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 service-endpoint policy-definition list
List service endpoint policy definitions.
az network service-endpoint policy-definition list --policy-name
--resource-group
[--query-examples]
[--subscription]
Examples
List service endpoint policy definitions. (autogenerated)
az network service-endpoint policy-definition list --policy-name MyPolicy --resource-group MyResourceGroup --subscription MySubscription
Required Parameters
Name of the service endpoint policy.
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 service-endpoint policy-definition show
Get the details of a service endpoint policy definition.
az network service-endpoint policy-definition show [--ids]
[--name]
[--policy-name]
[--query-examples]
[--resource-group]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the service endpoint policy definition.
Name of the service endpoint policy.
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 service-endpoint policy-definition update
Update a service endpoint policy definition.
az network service-endpoint policy-definition update [--add]
[--description]
[--force-string]
[--ids]
[--name]
[--policy-name]
[--remove]
[--resource-group]
[--service]
[--service-resources]
[--set]
[--subscription]
Examples
Update a service endpoint policy definition. (autogenerated)
az network service-endpoint policy-definition update --add communities='12076:5010' --name MyServiceEndpointPolicyDefinition --policy-name MyPolicy --resource-group MyResourceGroup --subscription MySubscription
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>.
Description of the policy definition.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the service endpoint policy definition.
Name of the service endpoint policy.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Service name the policy definition applies to.
Space-separated list of service resources the definition applies to.
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
.
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.