Show / Hide Table of Contents

Class ApplicationGatewayUrlPathMapPathRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayUrlPathMapPathRuleArgs
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.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayUrlPathMapPathRuleArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayUrlPathMapPathRuleArgs()

Declaration
public ApplicationGatewayUrlPathMapPathRuleArgs()

Properties

View Source

BackendAddressPoolId

The ID of the associated Backend Address Pool.

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

BackendAddressPoolName

The Name of the Backend Address Pool to use for this Path Rule. Cannot be set if redirect_configuration_name is set.

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

BackendHttpSettingsId

The ID of the associated Backend HTTP Settings Configuration.

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

BackendHttpSettingsName

The Name of the Backend HTTP Settings Collection to use for this Path Rule. Cannot be set if redirect_configuration_name is set.

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

Id

The ID of the Rewrite Rule Set

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

Name

The Name of the Path Rule.

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

Paths

A list of Paths used in this Path Rule.

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

RedirectConfigurationId

The ID of the associated Redirect Configuration.

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

RedirectConfigurationName

The Name of a Redirect Configuration to use for this Path Rule. Cannot be set if backend_address_pool_name or backend_http_settings_name is set.

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

RewriteRuleSetId

The ID of the associated Rewrite Rule Set.

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

RewriteRuleSetName

The Name of the Rewrite Rule Set which should be used for this URL Path Map. Only valid for v2 SKUs.

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