You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -110,7 +145,7 @@ The REST API response body for getting the details of an IP Prefix resource by i
110
145
}
111
146
```
112
147
113
-
## Updating an IP Prefix Resource
148
+
###Updating an IP Prefix Resource
114
149
115
150
To update an IP Prefix resource, follow these steps:
116
151
@@ -127,7 +162,7 @@ To update an IP Prefix resource, follow these steps:
127
162
128
163
In this example, `resourceGroupName` is the name of the resource group where you created the IP Prefix resource, `ipPrefixName` is the name of the IP Prefix resource, and the `--add` option adds a new rule to the ipPrefixRules property. The new rule denies routes with network prefix 30.30.30.0/24 and has a sequence number of 30.
129
164
130
-
## Deleting an IP Prefix resource
165
+
### Deleting an IP Prefix resource
131
166
132
167
To delete an existing IP Prefix resource by its ID or name, use the following command:
0 commit comments