< Back
Remove-AzureRmApplicationGatewayBackendAddressPool
Post
NAME Remove-AzureRmApplicationGatewayBackendAddressPool
SYNOPSIS
Removes a back-end address pool from an application gateway.
SYNTAX
Remove-AzureRmApplicationGatewayBackendAddressPool -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] -Name
<String> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Remove-AzureRmApplicationGatewayBackendAddressPool cmdlet removes a back-end address pool from an Azure application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway from which this cmdlet removes a back-end address pool.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Specifies the name of the back-end address pool that this cmdlet removes.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool
NOTES
Example 1: Remove a back-end address pool from an application gateway
PS C:\\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> Remove-AzureRmApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw -Name "BackEndPool02"
The first command gets the application gateway named ApplicationGateway01 belonging to the resource group named ResourceGroup01 and saves it in
the $AppGw variable.
The second command removes the back-end address pool named BackEndPool02 from the application gateway.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ddresspool
Add-AzureRmApplicationGatewayBackendAddressPool
Get-AzureRmApplicationGatewayBackendAddressPool
New-AzureRmApplicationGatewayBackendAddressPool
Set-AzureRmApplicationGatewayBackendAddressPool
SYNOPSIS
Removes a back-end address pool from an application gateway.
SYNTAX
Remove-AzureRmApplicationGatewayBackendAddressPool -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] -Name
<String> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The Remove-AzureRmApplicationGatewayBackendAddressPool cmdlet removes a back-end address pool from an Azure application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway from which this cmdlet removes a back-end address pool.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Name <String>
Specifies the name of the back-end address pool that this cmdlet removes.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayBackendAddressPool
NOTES
Example 1: Remove a back-end address pool from an application gateway
PS C:\\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> Remove-AzureRmApplicationGatewayBackendAddressPool -ApplicationGateway $AppGw -Name "BackEndPool02"
The first command gets the application gateway named ApplicationGateway01 belonging to the resource group named ResourceGroup01 and saves it in
the $AppGw variable.
The second command removes the back-end address pool named BackEndPool02 from the application gateway.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ddresspool
Add-AzureRmApplicationGatewayBackendAddressPool
Get-AzureRmApplicationGatewayBackendAddressPool
New-AzureRmApplicationGatewayBackendAddressPool
Set-AzureRmApplicationGatewayBackendAddressPool