Aracılığıyla paylaş


ApplicationGatewayRoutingRule Constructors

Definition

Overloads

ApplicationGatewayRoutingRule()

Initializes a new instance of the ApplicationGatewayRoutingRule class.

ApplicationGatewayRoutingRule(Int32, String, String, SubResource, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayRoutingRule class.

ApplicationGatewayRoutingRule()

Initializes a new instance of the ApplicationGatewayRoutingRule class.

public ApplicationGatewayRoutingRule ();
Public Sub New ()

Applies to

ApplicationGatewayRoutingRule(Int32, String, String, SubResource, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayRoutingRule class.

public ApplicationGatewayRoutingRule (int priority, string id = default, string ruleType = default, Microsoft.Azure.Management.Network.Models.SubResource backendAddressPool = default, Microsoft.Azure.Management.Network.Models.SubResource backendSettings = default, Microsoft.Azure.Management.Network.Models.SubResource listener = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayRoutingRule : int * string * string * 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.ApplicationGatewayRoutingRule
Public Sub New (priority As Integer, Optional id As String = Nothing, Optional ruleType As String = Nothing, Optional backendAddressPool As SubResource = Nothing, Optional backendSettings As SubResource = Nothing, Optional listener As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

priority
Int32

Priority of the routing rule.

id
String

Resource ID.

ruleType
String

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

backendAddressPool
SubResource

Backend address pool resource of the application gateway.

backendSettings
SubResource

Backend settings resource of the application gateway.

listener
SubResource

Listener 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 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