ApplicationGatewayRoutingRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Routing rule of an application gateway.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayRoutingRule : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayRoutingRule = class
inherit SubResource
Public Class ApplicationGatewayRoutingRule
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
BackendAddressPool |
Gets or sets backend address pool resource of the application gateway. |
BackendSettings |
Gets or sets backend settings resource of the application gateway. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Listener |
Gets or sets listener resource of the application gateway. |
Name |
Gets or sets name of the routing rule that is unique within an Application Gateway. |
Priority |
Gets or sets priority of the routing rule. |
ProvisioningState |
Gets the provisioning state of the request routing rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RuleType |
Gets or sets rule type. Possible values include: 'Basic', 'PathBasedRouting' |
Type |
Gets type of the resource. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET