< Back
Set-AzureRmApplicationGatewayFrontendPort
Post
NAME Set-AzureRmApplicationGatewayFrontendPort
SYNOPSIS
Modifies a front-end port for an application gateway.
SYNTAX
Set-AzureRmApplicationGatewayFrontendPort -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] -Name <String>
-Port <Int32> [<CommonParameters>]
DESCRIPTION
The Set-AzureRmApplicationGatewayFrontendPort cmdlet modifies a front-end port for an application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway object with which this cmdlet associates the front-end port.
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 front-end port to modify.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Port <Int32>
Specifies the port number to use for the front-end port.
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
PSApplicationGateway
Parameter 'ApplicationGateway' accepts value of type 'PSApplicationGateway' from the pipeline
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSApplicationGateway
NOTES
Example 1: Set an application gateway front-end port to 80
PS C:\\> $AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $AppGw = Set-AzureRmApplicationGatewayFrontendPort -ApplicationGateway $AppGw -Name "FrontEndPort01" -Port 80
The first command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it
in the $AppGw variable.
The second command modifies the gateway in $AppGw to use port 80 for the front-end port named FrontEndPort01.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ontendport
Add-AzureRmApplicationGatewayFrontendPort
Get-AzureRmApplicationGatewayFrontendPort
New-AzureRmApplicationGatewayFrontendPort
Remove-AzureRmApplicationGatewayFrontendPort
SYNOPSIS
Modifies a front-end port for an application gateway.
SYNTAX
Set-AzureRmApplicationGatewayFrontendPort -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] -Name <String>
-Port <Int32> [<CommonParameters>]
DESCRIPTION
The Set-AzureRmApplicationGatewayFrontendPort cmdlet modifies a front-end port for an application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway object with which this cmdlet associates the front-end port.
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 front-end port to modify.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Port <Int32>
Specifies the port number to use for the front-end port.
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
PSApplicationGateway
Parameter 'ApplicationGateway' accepts value of type 'PSApplicationGateway' from the pipeline
OUTPUTS
Microsoft.Azure.Commands.Network.Models.PSApplicationGateway
NOTES
Example 1: Set an application gateway front-end port to 80
PS C:\\> $AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $AppGw = Set-AzureRmApplicationGatewayFrontendPort -ApplicationGateway $AppGw -Name "FrontEndPort01" -Port 80
The first command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it
in the $AppGw variable.
The second command modifies the gateway in $AppGw to use port 80 for the front-end port named FrontEndPort01.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... ontendport
Add-AzureRmApplicationGatewayFrontendPort
Get-AzureRmApplicationGatewayFrontendPort
New-AzureRmApplicationGatewayFrontendPort
Remove-AzureRmApplicationGatewayFrontendPort