ApplicationGatewayRequestRoutingRule Constructors

Definition

Overloads

ApplicationGatewayRequestRoutingRule()

Initializes a new instance of the ApplicationGatewayRequestRoutingRule class.

ApplicationGatewayRequestRoutingRule(String, String, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayRequestRoutingRule class.

ApplicationGatewayRequestRoutingRule()

Initializes a new instance of the ApplicationGatewayRequestRoutingRule class.

public ApplicationGatewayRequestRoutingRule ();
Public Sub New ()

Applies to

ApplicationGatewayRequestRoutingRule(String, String, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayRequestRoutingRule class.

public ApplicationGatewayRequestRoutingRule (string id = default, string ruleType = default, int? priority = default, Microsoft.Azure.Management.Network.Models.SubResource backendAddressPool = default, Microsoft.Azure.Management.Network.Models.SubResource backendHttpSettings = default, Microsoft.Azure.Management.Network.Models.SubResource httpListener = default, Microsoft.Azure.Management.Network.Models.SubResource urlPathMap = default, Microsoft.Azure.Management.Network.Models.SubResource rewriteRuleSet = default, Microsoft.Azure.Management.Network.Models.SubResource redirectConfiguration = default, Microsoft.Azure.Management.Network.Models.SubResource loadDistributionPolicy = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayRequestRoutingRule : string * string * Nullable<int> * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayRequestRoutingRule
Public Sub New (Optional id As String = Nothing, Optional ruleType As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendHttpSettings As SubResource = Nothing, Optional httpListener As SubResource = Nothing, Optional urlPathMap As SubResource = Nothing, Optional rewriteRuleSet As SubResource = Nothing, Optional redirectConfiguration As SubResource = Nothing, Optional loadDistributionPolicy As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String

Resource ID.

ruleType
String

Rule type. Possible values include: 'Basic', 'PathBasedRouting'

priority
Nullable<Int32>

Priority of the request routing rule.

backendAddressPool
SubResource

Backend address pool resource of the application gateway.

backendHttpSettings
SubResource

Backend http settings resource of the application gateway.

httpListener
SubResource

Http listener resource of the application gateway.

urlPathMap
SubResource

URL path map resource of the application gateway.

rewriteRuleSet
SubResource

Rewrite Rule Set resource in Basic rule of the application gateway.

redirectConfiguration
SubResource

Redirect configuration resource of the application gateway.

loadDistributionPolicy
SubResource

Load Distribution Policy resource of the application gateway.

provisioningState
String

The provisioning state of the request routing rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

Name of the request routing rule that is unique within an Application Gateway.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Type of the resource.

Applies to