< Back

Remove-AzureRmApplicationGatewayUrlPathMapConfig

Tue Jan 29, 2019 9:56 pm

NAME Remove-AzureRmApplicationGatewayUrlPathMapConfig



SYNOPSIS

Removes URL path mappings to a backend server pool.





SYNTAX

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

<String> [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmApplicationGatewayUrlPathMapConfig cmdlet removes URL path mappings to a backend server pool.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies the application gateway to which this cmdlet removes 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 that this cmdlet removes from the backend server.



Required? true

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









1:















RELATED LINKS

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

Add-AzureRmApplicationGatewayUrlPathMapConfig

Get-AzureRmApplicationGatewayUrlPathMapConfig

New-AzureRmApplicationGatewayUrlPathMapConfig

Set-AzureRmApplicationGatewayUrlPathMapConfig