az network public-ip prefix
Manage public IP prefix resources.
Commands
| az network public-ip prefix create |
Create a public IP prefix resource. |
| az network public-ip prefix delete |
Delete a public IP prefix resource. |
| az network public-ip prefix list |
List public IP prefix resources. |
| az network public-ip prefix show |
Get the details of a public IP prefix resource. |
| az network public-ip prefix update |
Update a public IP prefix resource. |
az network public-ip prefix create
Create a public IP prefix resource.
az network public-ip prefix create --length
--name
--resource-group
[--custom-ip-prefix-name]
[--edge-zone]
[--location]
[--tags]
[--version {IPv4, IPv6}]
[--zone {1, 2, 3}]
Examples
Create a public IP prefix resource. (autogenerated)
az network public-ip prefix create --length 28 --location westus2 --name MyPublicIPPrefix --resource-group MyResourceGroup
Required Parameters
Length of the prefix (i.e. XX.XX.XX.XX/<Length>).
The name of the public IP prefix.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The customIpPrefix that this prefix is associated with.
The name of edge zone.
Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
IP address type.
Space-separated list of availability zones into which to provision the resource.
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 network public-ip prefix delete
Delete a public IP prefix resource.
az network public-ip prefix delete [--ids]
[--name]
[--resource-group]
Examples
Delete a public IP prefix resource. (autogenerated)
az network public-ip prefix delete --name MyPublicIPPrefix --resource-group MyResourceGroup
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.
The name of the public IP prefix.
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.
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 network public-ip prefix list
List public IP prefix resources.
az network public-ip prefix list [--resource-group]
Optional Parameters
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.
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 network public-ip prefix show
Get the details of a public IP prefix resource.
az network public-ip prefix show [--expand]
[--ids]
[--name]
[--resource-group]
Examples
Get the details of a public IP prefix resource. (autogenerated)
az network public-ip prefix show --name MyPublicIPPrefix --resource-group MyResourceGroup --subscription MySubscription
Optional Parameters
Expands referenced resources.
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.
The name of the public IP prefix.
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.
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 network public-ip prefix update
Update a public IP prefix resource.
az network public-ip prefix update [--add]
[--force-string]
[--ids]
[--name]
[--remove]
[--resource-group]
[--set]
[--tags]
Examples
Update a public IP prefix resource. (autogenerated)
az network public-ip prefix update --name MyPublicIPPrefix --resource-group MyResourceGroup --set useRemoteGateways=true
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.
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.
The name of the public IP prefix.
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>.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
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.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ