Show / Hide Table of Contents

Class FrontdoorRoutingRuleGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FrontdoorRoutingRuleGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

FrontdoorRoutingRuleGetArgs()

Declaration
public FrontdoorRoutingRuleGetArgs()

Properties

View Source

AcceptedProtocols

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>
View Source

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>
View Source

ForwardingConfiguration

A forwarding_configuration block as defined below.

Declaration
public Input<FrontdoorRoutingRuleForwardingConfigurationGetArgs> ForwardingConfiguration { get; set; }
Property Value
Type Description
Input<FrontdoorRoutingRuleForwardingConfigurationGetArgs>
View Source

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>
View Source

Id

The ID of the FrontDoor.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Routing Rule.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

RedirectConfiguration

A redirect_configuration block as defined below.

Declaration
public Input<FrontdoorRoutingRuleRedirectConfigurationGetArgs> RedirectConfiguration { get; set; }
Property Value
Type Description
Input<FrontdoorRoutingRuleRedirectConfigurationGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.