Class ApplicationGatewayRequestRoutingRule
Inheritance
Inherited Members
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayRequestRoutingRule
Fields
View SourceBackendAddressPoolId
The ID of the associated Backend Address Pool.
Declaration
public readonly string BackendAddressPoolId
Field Value
| Type | Description |
|---|---|
| System.String |
BackendAddressPoolName
The Name of the Backend Address Pool which should be used for this Routing Rule. Cannot be set if redirect_configuration_name is set.
Declaration
public readonly string BackendAddressPoolName
Field Value
| Type | Description |
|---|---|
| System.String |
BackendHttpSettingsId
The ID of the associated Backend HTTP Settings Configuration.
Declaration
public readonly string BackendHttpSettingsId
Field Value
| Type | Description |
|---|---|
| System.String |
BackendHttpSettingsName
The Name of the Backend HTTP Settings Collection which should be used for this Routing Rule. Cannot be set if redirect_configuration_name is set.
Declaration
public readonly string BackendHttpSettingsName
Field Value
| Type | Description |
|---|---|
| System.String |
HttpListenerId
The ID of the associated HTTP Listener.
Declaration
public readonly string HttpListenerId
Field Value
| Type | Description |
|---|---|
| System.String |
HttpListenerName
The Name of the HTTP Listener which should be used for this Routing Rule.
Declaration
public readonly string HttpListenerName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the Rewrite Rule Set
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The Name of this Request Routing Rule.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RedirectConfigurationId
The ID of the associated Redirect Configuration.
Declaration
public readonly string RedirectConfigurationId
Field Value
| Type | Description |
|---|---|
| System.String |
RedirectConfigurationName
The Name of the Redirect Configuration which should be used for this Routing Rule. Cannot be set if either backend_address_pool_name or backend_http_settings_name is set.
Declaration
public readonly string RedirectConfigurationName
Field Value
| Type | Description |
|---|---|
| System.String |
RewriteRuleSetId
The ID of the associated Rewrite Rule Set.
Declaration
public readonly string RewriteRuleSetId
Field Value
| Type | Description |
|---|---|
| System.String |
RewriteRuleSetName
The Name of the Rewrite Rule Set which should be used for this Routing Rule. Only valid for v2 SKUs.
Declaration
public readonly string RewriteRuleSetName
Field Value
| Type | Description |
|---|---|
| System.String |
RuleType
The Type of Routing that should be used for this Rule. Possible values are Basic and PathBasedRouting.
Declaration
public readonly string RuleType
Field Value
| Type | Description |
|---|---|
| System.String |
UrlPathMapId
The ID of the associated URL Path Map.
Declaration
public readonly string UrlPathMapId
Field Value
| Type | Description |
|---|---|
| System.String |
UrlPathMapName
The Name of the URL Path Map which should be associated with this Routing Rule.
Declaration
public readonly string UrlPathMapName
Field Value
| Type | Description |
|---|---|
| System.String |