Skip to content

Commit

Permalink
Merge pull request #245 from ZengTaoxu/applicatin-gateway
Browse files Browse the repository at this point in the history
Update command models for `az network application-gateway`
  • Loading branch information
necusjz authored Jul 25, 2023
2 parents a36f591 + d9c492e commit 7c62a3c
Show file tree
Hide file tree
Showing 134 changed files with 287,834 additions and 14 deletions.
4 changes: 4 additions & 0 deletions Commands/network/application-gateway/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ Create the specified application gateway.
### [2022-05-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2022-05-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2022-05-01 -->

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 -->
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ Delete an application gateway.
```bash
network application-gateway delete -g MyResourceGroup -n MyAppGateway
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 -->

#### examples

- Delete an application gateway.
```bash
network application-gateway delete -g MyResourceGroup -n MyAppGateway
```
12 changes: 12 additions & 0 deletions Commands/network/application-gateway/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,15 @@ List application gateways.
```bash
network application-gateway list -g MyResourceGroup
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXM=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.network/applicationgateways 2023-02-01 -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways 2023-02-01 -->

#### examples

- List application gateways.
```bash
network application-gateway list -g MyResourceGroup
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,14 @@ Get the details of an application gateway.
```bash
network application-gateway show -g MyResourceGroup -n MyAppGateway
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 -->

#### examples

- Get the details of an application gateway.
```bash
network application-gateway show -g MyResourceGroup -n MyAppGateway
```
16 changes: 16 additions & 0 deletions Commands/network/application-gateway/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,19 @@ Update an application gateway.
```bash
network application-gateway update -n MyApplicationGateway --ssl-profiles [0].client-auth-configuration.verify-client-revocation=OCSP
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 -->

#### examples

- Update an application gateway.
```bash
network application-gateway update --name MyApplicationGateway --resource-group MyResourceGroup --set sku.tier=WAF_v2
```

- Enable client cert revocation via OCSP.
```bash
network application-gateway update -n MyApplicationGateway --ssl-profiles [0].client-auth-configuration.verify-client-revocation=OCSP
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/address-pool/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create an address pool.
```bash
network application-gateway address-pool create -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --servers 10.0.0.4 10.0.0.5
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.backendAddressPools[] -->

#### examples

- Create an address pool with two endpoints.
```bash
network application-gateway address-pool create -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --servers 10.0.0.4 10.0.0.5
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/address-pool/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete an address pool.
```bash
network application-gateway address-pool delete -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.backendAddressPools[] -->

#### examples

- Delete an address pool.
```bash
network application-gateway address-pool delete -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/address-pool/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List address pools
```bash
network application-gateway address-pool list -g MyResourceGroup --gateway-name MyAppGateway
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.backendAddressPools -->

#### examples

- List address pools.
```bash
network application-gateway address-pool list -g MyResourceGroup --gateway-name MyAppGateway
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/address-pool/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get the details of an address pool.
```bash
network application-gateway address-pool show -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.backendAddressPools[] -->

#### examples

- Get the details of an address pool.
```bash
network application-gateway address-pool show -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool
```
21 changes: 21 additions & 0 deletions Commands/network/application-gateway/address-pool/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,24 @@ Update an address pool.
```bash
network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --remove backendAddresses 0
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.backendAddressPools[] -->

#### examples

- Update backend address pool.
```bash
network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --servers 10.0.0.4 10.0.0.5 10.0.0.6
```

- Add to the backend address pool by using backend server IP address.
```bash
network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --add backendAddresses ipAddress=10.0.0.4
```

- Remove an existing IP of the backend address pool ("0" is the index).
```bash
network application-gateway address-pool update -g MyResourceGroup --gateway-name MyAppGateway -n MyAddressPool --remove backendAddresses 0
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/auth-cert/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Create an authorization certificate.
```bash
network application-gateway auth-cert create -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --cert-file FilePath
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.authenticationCertificates[] -->

#### examples

- Create an authorization certificate.
```bash
network application-gateway auth-cert create -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --cert-file FilePath
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/auth-cert/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete an authorization certificate.
```bash
network application-gateway auth-cert delete -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.authenticationCertificates[] -->

#### examples

- Delete an authorization certificate.
```bash
network application-gateway auth-cert delete -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/auth-cert/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List authorization certificates.
```bash
network application-gateway auth-cert list -g MyResourceGroup --gateway-name MyAppGateway
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.authenticationCertificates -->

#### examples

- List authorization certificates.
```bash
network application-gateway auth-cert list -g MyResourceGroup --gateway-name MyAppGateway
```
16 changes: 16 additions & 0 deletions Commands/network/application-gateway/auth-cert/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,19 @@ Show an authorization certificate.
```bash
network application-gateway auth-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --query data -o tsv | base64 -d | openssl x509 -enddate -noout
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.authenticationCertificates[] -->

#### examples

- Show an authorization certificate.
```bash
network application-gateway auth-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert
```

- View expiry date of an authorization certificate. It is in Base-64 encoded X.509 (.CER) format.
```bash
network application-gateway auth-cert show -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --query data -o tsv | base64 -d | openssl x509 -enddate -noout
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/auth-cert/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update an authorization certificate.
```bash
network application-gateway auth-cert update -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --cert-file FilePath
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.authenticationCertificates[] -->

#### examples

- Update authorization certificates to use a new cert file.
```bash
network application-gateway auth-cert update -g MyResourceGroup --gateway-name MyAppGateway -n MyAuthCert --cert-file FilePath
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Add trusted client certificate of the application gateway.
```bash
network application-gateway client-cert add --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data FilePath
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.trustedClientCertificates[] -->

#### examples

- Add trusted client certificate of the application gateway.
```bash
network application-gateway client-cert add --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data FilePath
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List the existing trusted client certificates of the application gateway.
```bash
network application-gateway client-cert list --gateway-name MyAppGateway -g MyResourceGroup
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.trustedClientCertificates -->

#### examples

- List the existing trusted client certificates of the application gateway.
```bash
network application-gateway client-cert list --gateway-name MyAppGateway -g MyResourceGroup
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Remove an existing trusted client certificate of the application gateway.
```bash
network application-gateway client-cert remove --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.trustedClientCertificates[] -->

#### examples

- Remove an existing trusted client certificate of the application gateway.
```bash
network application-gateway client-cert remove --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Show an existing trusted client certificate of the application gateway.
```bash
network application-gateway client-cert show --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.trustedClientCertificates[] -->

#### examples

- Show an existing trusted client certificate of the application gateway.
```bash
network application-gateway client-cert show --gateway-name MyAppGateway -g MyResourceGroup --name MyCert
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/client-cert/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update trusted client certificate of the application gateway.
```bash
network application-gateway client-cert update --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data FilePath
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.trustedClientCertificates[] -->

#### examples

- Update trusted client certificate of the application gateway.
```bash
network application-gateway client-cert update --gateway-name MyAppGateway -g MyResourceGroup --name MyCert --data FilePath
```
16 changes: 16 additions & 0 deletions Commands/network/application-gateway/frontend-ip/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,19 @@ Create a frontend IP address.
```bash
network application-gateway frontend-ip create --gateway-name MyAppGateway --name MyFrontendIp --private-ip-address 10.10.10.50 --resource-group MyResourceGroup --subnet MySubnet --vnet-name MyVnet
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.frontendIPConfigurations[] -->

#### examples

- Create a frontend IP address.
```bash
network application-gateway frontend-ip create -g MyResourceGroup --gateway-name MyAppGateway -n MyFrontendIp --public-ip-address MyPublicIpAddress
```

- Create a frontend IP address with subnet.
```bash
network application-gateway frontend-ip create --gateway-name MyAppGateway --name MyFrontendIp --private-ip-address 10.10.10.50 --resource-group MyResourceGroup --subnet MySubnet --vnet-name MyVnet
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/frontend-ip/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Delete a frontend IP address.
```bash
network application-gateway frontend-ip delete -g MyResourceGroup --gateway-name MyAppGateway -n MyFrontendIp
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.frontendIPConfigurations[] -->

#### examples

- Delete a frontend IP address.
```bash
network application-gateway frontend-ip delete -g MyResourceGroup --gateway-name MyAppGateway -n MyFrontendIp
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/frontend-ip/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ List frontend IP addresses.
```bash
network application-gateway frontend-ip list -g MyResourceGroup --gateway-name MyAppGateway
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.frontendIPConfigurations -->

#### examples

- List frontend IP addresses.
```bash
network application-gateway frontend-ip list -g MyResourceGroup --gateway-name MyAppGateway
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/frontend-ip/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Get the details of a frontend IP address.
```bash
network application-gateway frontend-ip show -g MyResourceGroup --gateway-name MyAppGateway -n MyFrontendIp
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.frontendIPConfigurations[] -->

#### examples

- Get the details of a frontend IP address.
```bash
network application-gateway frontend-ip show -g MyResourceGroup --gateway-name MyAppGateway -n MyFrontendIp
```
11 changes: 11 additions & 0 deletions Commands/network/application-gateway/frontend-ip/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ Update a frontend IP address.
```bash
network application-gateway frontend-ip update --gateway-name MyAppGateway --name MyFrontendIp --private-ip-address 10.10.10.50 --resource-group MyResourceGroup
```

### [2023-02-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5uZXR3b3JrL2FwcGxpY2F0aW9uZ2F0ZXdheXMve30=/2023-02-01.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.network/applicationgateways/{} 2023-02-01 properties.frontendIPConfigurations[] -->

#### examples

- Update a frontend IP address.
```bash
network application-gateway frontend-ip update --gateway-name MyAppGateway --name MyFrontendIp --private-ip-address 10.10.10.50 --resource-group MyResourceGroup
```
Loading

0 comments on commit 7c62a3c

Please sign in to comment.