< Back

Get-AzureRmApplicationGatewayUrlPathMapConfig

Tue Jan 29, 2019 9:54 pm

NAME Get-AzureRmApplicationGatewayUrlPathMapConfig



SYNOPSIS

Gets an array of URL path mappings to a backend server pool.





SYNTAX

Get-AzureRmApplicationGatewayUrlPathMapConfig -ApplicationGateway <PSApplicationGateway> [-DefaultProfile <IAzureContextContainer>] [-Name

<String>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmApplicationGatewayURLPathMapConfig cmdlet gets an array of URL path mappings to a backend server pool.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies the application gateway to which this cmdlet gets a URL path map 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 URL path map name in which this cmdlet get the path map configuration.



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.PSApplicationGatewayUrlPathMap





System.Collections.Generic.IEnumerable`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayUrlPathMap]







NOTES









Example 1: Get a URL path map configuration



PS C:\\>Get-AzureRmApplicationGatewayUrlPathMapConfig -ApplicationGateway Gateway



This command gets the URL path map configurations from the backend server located on the application gateway named Gateway.







RELATED LINKS

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

Add-AzureRmApplicationGatewayUrlPathMapConfig

New-AzureRmApplicationGatewayUrlPathMapConfig

Remove-AzureRmApplicationGatewayUrlPathMapConfig

Set-AzureRmApplicationGatewayUrlPathMapConfig