< Back
Get-AzureRmApplicationGatewayIPConfiguration
Post
NAME Get-AzureRmApplicationGatewayIPConfiguration
SYNOPSIS
Gets the IP configuration of an application gateway.
SYNTAX
Get-AzureRmApplicationGatewayIPConfiguration -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [-Name
<String>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmApplicationGatewayIPConfiguration cmdlet gets the IP configuration of an application gateway. The IP configuration contains the
subnet in which the application gateway is deployed.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway object that contains 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 the IP configuration which this cmdlet gets.
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.PSApplicationGatewayIPConfiguration
NOTES
Example 1: Get a specific IP configuration
PS C:\\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $GatewaySubnet = Get-AzureRmApplicationGatewayIPConfiguration -Name "GatewaySubnet01" -ApplicationGateway $AppGw
The first command gets an application gateway and stores it in the $AppGw variable.The second command gets an IP configuration named GateSubnet01
from the gateway stored in $AppGw.
Example 2: Get a list of IP configurations
PS C:\\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $GatewaySubnets = Get-AzureRmApplicationGatewayIPConfiguration -ApplicationGateway $AppGw
The first command gets an application gateway and stores it in the $AppGw variable.The second command gets a list of all IP configurations.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... figuration
Add-AzureRmApplicationGatewayIPConfiguration
New-AzureRmApplicationGatewayIPConfiguration
Remove-AzureRmApplicationGatewayIPConfiguration
Set-AzureRmApplicationGatewayIPConfiguration
SYNOPSIS
Gets the IP configuration of an application gateway.
SYNTAX
Get-AzureRmApplicationGatewayIPConfiguration -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [-Name
<String>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmApplicationGatewayIPConfiguration cmdlet gets the IP configuration of an application gateway. The IP configuration contains the
subnet in which the application gateway is deployed.
PARAMETERS
-ApplicationGateway <PSApplicationGateway>
Specifies the application gateway object that contains 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 the IP configuration which this cmdlet gets.
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.PSApplicationGatewayIPConfiguration
NOTES
Example 1: Get a specific IP configuration
PS C:\\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $GatewaySubnet = Get-AzureRmApplicationGatewayIPConfiguration -Name "GatewaySubnet01" -ApplicationGateway $AppGw
The first command gets an application gateway and stores it in the $AppGw variable.The second command gets an IP configuration named GateSubnet01
from the gateway stored in $AppGw.
Example 2: Get a list of IP configurations
PS C:\\>$AppGw = Get-AzureRmApplicationGateway -Name "ApplicationGateway01" -ResourceGroupName "ResourceGroup01"
PS C:\\> $GatewaySubnets = Get-AzureRmApplicationGatewayIPConfiguration -ApplicationGateway $AppGw
The first command gets an application gateway and stores it in the $AppGw variable.The second command gets a list of all IP configurations.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... figuration
Add-AzureRmApplicationGatewayIPConfiguration
New-AzureRmApplicationGatewayIPConfiguration
Remove-AzureRmApplicationGatewayIPConfiguration
Set-AzureRmApplicationGatewayIPConfiguration