Class FrontdoorRoutingRuleGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FrontdoorRoutingRuleGetArgs : ResourceArgs
Constructors
View SourceFrontdoorRoutingRuleGetArgs()
Declaration
public FrontdoorRoutingRuleGetArgs()
Properties
View SourceAcceptedProtocols
Protocol schemes to match for the Backend Routing Rule. Defaults to Http.
Declaration
public InputList<string> AcceptedProtocols { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Enabled
Enable or Disable use of this Backend Routing Rule. Permitted values are true or false. Defaults to true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ForwardingConfiguration
A forwarding_configuration block as defined below.
Declaration
public Input<FrontdoorRoutingRuleForwardingConfigurationGetArgs> ForwardingConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FrontdoorRoutingRuleForwardingConfigurationGetArgs> |
FrontendEndpoints
The names of the frontend_endpoint blocks whithin this resource to associate with this routing_rule.
Declaration
public InputList<string> FrontendEndpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Id
The ID of the FrontDoor.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Routing Rule.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PatternsToMatches
The route patterns for the Backend Routing Rule. Defaults to /*.
Declaration
public InputList<string> PatternsToMatches { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
RedirectConfiguration
A redirect_configuration block as defined below.
Declaration
public Input<FrontdoorRoutingRuleRedirectConfigurationGetArgs> RedirectConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<FrontdoorRoutingRuleRedirectConfigurationGetArgs> |