< Back

Add-AzureRmApplicationGatewayUrlPathMapConfig

Tue Jan 29, 2019 9:53 pm

NAME Add-AzureRmApplicationGatewayUrlPathMapConfig



SYNOPSIS

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





SYNTAX

Add-AzureRmApplicationGatewayUrlPathMapConfig -ApplicationGateway <PSApplicationGateway> [-DefaultBackendAddressPool

<PSApplicationGatewayBackendAddressPool>] [-DefaultBackendHttpSettings <PSApplicationGatewayBackendHttpSettings>] [-DefaultProfile

<IAzureContextContainer>] [-DefaultRedirectConfiguration <PSApplicationGatewayRedirectConfiguration>] -Name <String> -PathRules

<System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]> [<CommonParameters>]



Add-AzureRmApplicationGatewayUrlPathMapConfig -ApplicationGateway <PSApplicationGateway> [-DefaultBackendAddressPoolId <String>]

[-DefaultBackendHttpSettingsId <String>] [-DefaultProfile <IAzureContextContainer>] [-DefaultRedirectConfigurationId <String>] -Name <String>

-PathRules <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]> [<CommonParameters>]





DESCRIPTION

The Add-AzureRmApplicationGatewayUrlPathMapConfig cmdlet adds an array of URL path mappings to a back end server pool.





PARAMETERS

-ApplicationGateway <PSApplicationGateway>

Specifies the application gateway to which this cmdlet adds a URL path map configuration.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-DefaultBackendAddressPool <PSApplicationGatewayBackendAddressPool>

Specifies the default backend address pool to route in case none of the rules specified in the pathRules parameter match.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultBackendAddressPoolId <String>

Specifies the default backend address pool ID.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultBackendHttpSettings <PSApplicationGatewayBackendHttpSettings>

Specifies the default backend HTTP settings to use in case none of the rules specified in the pathRules parameter match.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultBackendHttpSettingsId <String>

Specifies the default backend HTTP settings ID.



Required? false

Position? named

Default value None

Accept pipeline input? False

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



-DefaultRedirectConfiguration <PSApplicationGatewayRedirectConfiguration>

Application gateway default RedirectConfiguration



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultRedirectConfigurationId <String>

ID of the application gateway default RedirectConfiguration



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 adds to the backend server pool.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-PathRules <System.Collections.Generic.List`1[Microsoft.Azure.Commands.Network.Models.PSApplicationGatewayPathRule]>

Specifies a list of path rules. The path rules are order sensitive, they are applied in order they are specified.



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

Get-AzureRmApplicationGatewayUrlPathMapConfig

New-AzureRmApplicationGatewayUrlPathMapConfig

Remove-AzureRmApplicationGatewayUrlPathMapConfig

Set-AzureRmApplicationGatewayUrlPathMapConfig