Class ApplicationGatewayUrlPathMapArgs
Inheritance
System.Object
ApplicationGatewayUrlPathMapArgs
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()
Assembly: Pulumi.Azure.dll
public sealed class ApplicationGatewayUrlPathMapArgs : ResourceArgs
Constructors
View Source
Declaration
public ApplicationGatewayUrlPathMapArgs()
Properties
View Source
The ID of the Default Backend Address Pool.
Declaration
public Input<string> DefaultBackendAddressPoolId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
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
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
The ID of the Default Redirect Configuration.
Declaration
public Input<string> DefaultRedirectConfigurationId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Declaration
public Input<string> DefaultRewriteRuleSetId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
The ID of the Rewrite Rule Set
Declaration
public Input<string> Id { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
The Name of the URL Path Map.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
One or more path_rule blocks as defined above.
Declaration
public InputList<ApplicationGatewayUrlPathMapPathRuleArgs> PathRules { get; set; }
Property Value