< Back
Remove-AzureRmApplicationGatewayFrontendIPConfig
Post
NAME Remove-AzureRmApplicationGatewayFrontendIPConfig
SYNOPSIS
Removes a front-end IP configuration from an application gateway.
SYNTAX
Remove-AzureRmApplicationGatewayFrontendIPConfig -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] -Name
<String> [<CommonParameters>]
DESCRIPTION
The Remove-AzureRmApplicationGatewayFrontendIPConfig cmdlet removes frontend IP from an Azure application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies an application gateway from which to remove a front-end IP configuration.
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 a front-end IP configuration to remove.
Required? true
Position? named
Default value None
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.PSApplicationGateway
NOTES
Example 1: Remove a front-end IP configuration
PS C:\\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> Remove-AzureRmApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontEndIP02"
The first command gets an application gateway named ApplicationGateway01 and stores it in the $AppGw variable.
The second command removes the front-end IP configuration named FrontEndIP02 from the application gateway stored in $AppGw.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ndipconfig
Add-AzureRmApplicationGatewayFrontendIPConfig
Get-AzureRmApplicationGatewayFrontendIPConfig
New-AzureRmApplicationGatewayFrontendIPConfig
Set-AzureRmApplicationGatewayFrontendIPConfig
SYNOPSIS
Removes a front-end IP configuration from an application gateway.
SYNTAX
Remove-AzureRmApplicationGatewayFrontendIPConfig -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] -Name
<String> [<CommonParameters>]
DESCRIPTION
The Remove-AzureRmApplicationGatewayFrontendIPConfig cmdlet removes frontend IP from an Azure application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies an application gateway from which to remove a front-end IP configuration.
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 a front-end IP configuration to remove.
Required? true
Position? named
Default value None
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.PSApplicationGateway
NOTES
Example 1: Remove a front-end IP configuration
PS C:\\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> Remove-AzureRmApplicationGatewayFrontendIPConfig -ApplicationGateway $AppGw -Name "FrontEndIP02"
The first command gets an application gateway named ApplicationGateway01 and stores it in the $AppGw variable.
The second command removes the front-end IP configuration named FrontEndIP02 from the application gateway stored in $AppGw.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ndipconfig
Add-AzureRmApplicationGatewayFrontendIPConfig
Get-AzureRmApplicationGatewayFrontendIPConfig
New-AzureRmApplicationGatewayFrontendIPConfig
Set-AzureRmApplicationGatewayFrontendIPConfig