Get Application Gateway Url Path Map
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>)
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
Link copied to clipboard
The Name of the Default Rewrite Rule Set which is used for this URL Path Map.
Link copied to clipboard
One or more path_rule
blocks as defined above.