ApplicationGatewayRequestRoutingRuleInner Constructors

Definition

Overloads

ApplicationGatewayRequestRoutingRuleInner()

Initializes a new instance of the ApplicationGatewayRequestRoutingRuleInner class.

ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayRequestRoutingRuleInner class.

ApplicationGatewayRequestRoutingRuleInner()

Initializes a new instance of the ApplicationGatewayRequestRoutingRuleInner class.

public ApplicationGatewayRequestRoutingRuleInner ();
Public Sub New ()

Applies to

ApplicationGatewayRequestRoutingRuleInner(String, ApplicationGatewayRequestRoutingRuleType, Nullable<Int32>, SubResource, SubResource, SubResource, SubResource, SubResource, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayRequestRoutingRuleInner class.

public ApplicationGatewayRequestRoutingRuleInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleType ruleType = default, int? priority = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendHttpSettings = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource httpListener = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource urlPathMap = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource rewriteRuleSet = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource redirectConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleInner : string * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleType * Nullable<int> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRequestRoutingRuleInner
Public Sub New (Optional id As String = Nothing, Optional ruleType As ApplicationGatewayRequestRoutingRuleType = 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 provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String
ruleType
ApplicationGatewayRequestRoutingRuleType

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.

provisioningState
ProvisioningState

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