Class FrontdoorRoutingRule
Inheritance
System.Object
FrontdoorRoutingRule
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()
Namespace: Pulumi.Azure.FrontDoor.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorRoutingRule
Fields
View SourceAcceptedProtocols
Protocol schemes to match for the Backend Routing Rule. Defaults to Http.
Declaration
public readonly ImmutableArray<string> AcceptedProtocols
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Enabled
Enable or Disable use of this Backend Routing Rule. Permitted values are true or false. Defaults to true.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ForwardingConfiguration
A forwarding_configuration block as defined below.
Declaration
public readonly FrontdoorRoutingRuleForwardingConfiguration ForwardingConfiguration
Field Value
| Type | Description |
|---|---|
| FrontdoorRoutingRuleForwardingConfiguration |
FrontendEndpoints
The names of the frontend_endpoint blocks whithin this resource to associate with this routing_rule.
Declaration
public readonly ImmutableArray<string> FrontendEndpoints
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Id
The ID of the FrontDoor.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name of the Routing Rule.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PatternsToMatches
The route patterns for the Backend Routing Rule. Defaults to /*.
Declaration
public readonly ImmutableArray<string> PatternsToMatches
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
RedirectConfiguration
A redirect_configuration block as defined below.
Declaration
public readonly FrontdoorRoutingRuleRedirectConfiguration RedirectConfiguration
Field Value
| Type | Description |
|---|---|
| FrontdoorRoutingRuleRedirectConfiguration |