Class ApplicationGatewayUrlPathMap
Inheritance
System.Object
ApplicationGatewayUrlPathMap
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayUrlPathMap
Fields
View Source
DefaultBackendAddressPoolId
The ID of the Default Backend Address Pool.
Declaration
public readonly string DefaultBackendAddressPoolId
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultBackendAddressPoolName
The Name of the Default Backend Address Pool which should be used for this URL Path Map. Cannot be set if default_redirect_configuration_name is set.
Declaration
public readonly string DefaultBackendAddressPoolName
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultBackendHttpSettingsId
The ID of the Default Backend HTTP Settings Collection.
Declaration
public readonly string DefaultBackendHttpSettingsId
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultBackendHttpSettingsName
The Name of the Default Backend HTTP Settings Collection which should be used for this URL Path Map. Cannot be set if default_redirect_configuration_name is set.
Declaration
public readonly string DefaultBackendHttpSettingsName
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultRedirectConfigurationId
The ID of the Default Redirect Configuration.
Declaration
public readonly string DefaultRedirectConfigurationId
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultRedirectConfigurationName
The Name of the Default Redirect Configuration which should be used for this URL Path Map. Cannot be set if either default_backend_address_pool_name or default_backend_http_settings_name is set.
Declaration
public readonly string DefaultRedirectConfigurationName
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultRewriteRuleSetId
Declaration
public readonly string DefaultRewriteRuleSetId
Field Value
| Type |
Description |
| System.String |
|
View Source
DefaultRewriteRuleSetName
The Name of the Default Rewrite Rule Set which should be used for this URL Path Map. Only valid for v2 SKUs.
Declaration
public readonly string DefaultRewriteRuleSetName
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The ID of the Rewrite Rule Set
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
The Name of the URL Path Map.
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
PathRules
One or more path_rule blocks as defined above.
Declaration
public readonly ImmutableArray<ApplicationGatewayUrlPathMapPathRule> PathRules
Field Value