Show / Hide Table of Contents

Class ApplicationGatewayUrlPathMapArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayUrlPathMapArgs
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 ApplicationGatewayUrlPathMapArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayUrlPathMapArgs()

Declaration
public ApplicationGatewayUrlPathMapArgs()

Properties

View Source

DefaultBackendAddressPoolId

The ID of the Default Backend Address Pool.

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

DefaultBackendAddressPoolName

The Name of the Default Backend Address Pool which should be used for this URL Path Map. Cannot be set if default_redirect_configuration_name is set.

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

DefaultBackendHttpSettingsId

The ID of the Default Backend HTTP Settings Collection.

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

DefaultBackendHttpSettingsName

The Name of the Default Backend HTTP Settings Collection which should be used for this URL Path Map. Cannot be set if default_redirect_configuration_name is set.

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

DefaultRedirectConfigurationId

The ID of the Default Redirect Configuration.

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

DefaultRedirectConfigurationName

The Name of the Default Redirect Configuration which should be used for this URL Path Map. Cannot be set if either default_backend_address_pool_name or default_backend_http_settings_name is set.

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

DefaultRewriteRuleSetId

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

DefaultRewriteRuleSetName

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

Declaration
public Input<string> DefaultRewriteRuleSetName { 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 URL Path Map.

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

PathRules

One or more path_rule blocks as defined above.

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