az network service-endpoint
Manage policies related to service endpoints.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network service-endpoint list |
List what values of endpoint services are available for use. |
Core | GA |
az network service-endpoint policy |
Manage service endpoint policies. |
Core | GA |
az network service-endpoint policy-definition |
Manage service endpoint policy definitions. |
Core | GA |
az network service-endpoint policy-definition create |
Create a service endpoint policy definition. |
Core | GA |
az network service-endpoint policy-definition delete |
Delete a service endpoint policy definition. |
Core | GA |
az network service-endpoint policy-definition list |
List service endpoint policy definitions. |
Core | GA |
az network service-endpoint policy-definition show |
Get the details of a service endpoint policy definition. |
Core | GA |
az network service-endpoint policy-definition update |
Update a service endpoint policy definition. |
Core | GA |
az network service-endpoint policy-definition wait |
Place the CLI in a waiting state until a condition is met. |
Core | GA |
az network service-endpoint policy create |
Create a service endpoint policy. |
Core | GA |
az network service-endpoint policy delete |
Delete a service endpoint policy. |
Core | GA |
az network service-endpoint policy list |
List service endpoint policies. |
Core | GA |
az network service-endpoint policy show |
Get the details of a service endpoint policy. |
Core | GA |
az network service-endpoint policy update |
Update a service endpoint policy. |
Core | GA |
az network service-endpoint policy wait |
Place the CLI in a waiting state until a condition is met. |
Core | GA |
az network service-endpoint list
List what values of endpoint services are available for use.
az network service-endpoint list --location
Examples
List available endpoint services.
az network service-endpoint list -l MyLocation
Required Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
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.