Show / Hide Table of Contents

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 Source

AcceptedProtocols

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

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

ForwardingConfiguration

A forwarding_configuration block as defined below.

Declaration
public readonly FrontdoorRoutingRuleForwardingConfiguration ForwardingConfiguration
Field Value
Type Description
FrontdoorRoutingRuleForwardingConfiguration
View Source

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

Id

The ID of the FrontDoor.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Specifies the name of the Routing Rule.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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

RedirectConfiguration

A redirect_configuration block as defined below.

Declaration
public readonly FrontdoorRoutingRuleRedirectConfiguration RedirectConfiguration
Field Value
Type Description
FrontdoorRoutingRuleRedirectConfiguration
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.