< Back
Get-AzureRmApplicationGatewaySku
Post
NAME Get-AzureRmApplicationGatewaySku
SYNOPSIS
Gets the SKU of an application gateway.
SYNTAX
Get-AzureRmApplicationGatewaySku -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmApplicationGatewaySku cmdlet gets the stock keeping unit (SKU) of an application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway object.
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
<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.PSApplicationGatewaySku
NOTES
Example 1: Get an application gateway SKU
PS C:\\>$AppGW = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $SKU = Get-AzureRmApplicationGatewaySku -ApplicationGateway $AppGW
The first command gets the Application Gateway named ApplicationGateway01 and stores the result in the variable named $AppGW. The second command
gets the SKU of an application gateway named ApplicationGateway01 and stores the result in the variable named $SKU.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... gatewaysku
New-AzureRmApplicationGatewaySku
Set-AzureRmApplicationGatewaySku
SYNOPSIS
Gets the SKU of an application gateway.
SYNTAX
Get-AzureRmApplicationGatewaySku -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmApplicationGatewaySku cmdlet gets the stock keeping unit (SKU) of an application gateway.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway object.
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
<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.PSApplicationGatewaySku
NOTES
Example 1: Get an application gateway SKU
PS C:\\>$AppGW = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $SKU = Get-AzureRmApplicationGatewaySku -ApplicationGateway $AppGW
The first command gets the Application Gateway named ApplicationGateway01 and stores the result in the variable named $AppGW. The second command
gets the SKU of an application gateway named ApplicationGateway01 and stores the result in the variable named $SKU.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... gatewaysku
New-AzureRmApplicationGatewaySku
Set-AzureRmApplicationGatewaySku