< Back

Set-AzureRmApplicationGateway

Tue Jan 29, 2019 9:57 pm

NAME Set-AzureRmApplicationGateway



SYNOPSIS

Updates an application gateway.





SYNTAX

Set-AzureRmApplicationGateway -ApplicationGateway <PSApplicationGateway> [-AsJob] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmApplicationGateway cmdlet updates an Azure application gateway.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies an application gateway object representing the state to which the application gateway should be set.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-AsJob [<SwitchParameter>]

Run cmdlet in the background



Required? false

Position? named

Default value False

Accept pipeline input? False

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



<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: Update an application gateway



PS C:\\>$UpdatedAppGw = Set-AzureRmApplicationGateway -ApplicationGateway $AppGw



This command updates the application gateway with settings in the $AppGw variable and stores the updated gateway in the $UpdatedAppGw variable.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... iongateway

Start-AzureRmApplicationGateway