GetApplicationGatewayUrlPathMap

data class GetApplicationGatewayUrlPathMap(val defaultBackendAddressPoolId: String, val defaultBackendAddressPoolName: String, val defaultBackendHttpSettingsId: String, val defaultBackendHttpSettingsName: String, val defaultRedirectConfigurationId: String, val defaultRedirectConfigurationName: String, val defaultRewriteRuleSetId: String, val defaultRewriteRuleSetName: String, val id: String, val name: String, val pathRules: List<GetApplicationGatewayUrlPathMapPathRule>)

Constructors

Link copied to clipboard
constructor(defaultBackendAddressPoolId: String, defaultBackendAddressPoolName: String, defaultBackendHttpSettingsId: String, defaultBackendHttpSettingsName: String, defaultRedirectConfigurationId: String, defaultRedirectConfigurationName: String, defaultRewriteRuleSetId: String, defaultRewriteRuleSetName: String, id: String, name: String, pathRules: List<GetApplicationGatewayUrlPathMapPathRule>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Default Backend Address Pool.

Link copied to clipboard

The Name of the Default Backend Address Pool which is used for this URL Path Map.

Link copied to clipboard

The ID of the Default Backend HTTP Settings Collection.

Link copied to clipboard

The Name of the Default Backend HTTP Settings Collection which is used for this URL Path Map.

Link copied to clipboard

The ID of the Default Redirect Configuration.

Link copied to clipboard

The Name of the Default Redirect Configuration which is used for this URL Path Map.

Link copied to clipboard

The Name of the Default Rewrite Rule Set which is used for this URL Path Map.

Link copied to clipboard
val id: String

The ID of the Rewrite Rule Set

Link copied to clipboard

The name of this Application Gateway.

Link copied to clipboard

One or more path_rule blocks as defined above.