Get-AzApplicationGatewayUrlPathMapConfig
Gets an array of URL path mappings to a backend server pool.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
Get-AzApplicationGatewayUrlPathMapConfig
[-Name <String>]
-ApplicationGateway <PSApplicationGateway>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzApplicationGatewayURLPathMapConfig cmdlet gets an array of URL path mappings to a backend server pool.
Examples
Example 1: Get a URL path map configuration
PS C:\>Get-AzApplicationGatewayUrlPathMapConfig -ApplicationGateway Gateway
This command gets the URL path map configurations from the backend server located on the application gateway named Gateway.
Parameters
Specifies the application gateway to which this cmdlet gets a URL path map configuration.
| Type: | PSApplicationGateway |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Specifies the URL path map name in which this cmdlet get the path map configuration.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Inputs
Outputs
PSApplicationGatewayUrlPathMap