ApplicationGatewayRequestRoutingRule 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.
Request routing rule of an application gateway.
public class ApplicationGatewayRequestRoutingRule : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRule>
type ApplicationGatewayRequestRoutingRule = class
inherit NetworkResourceData
interface IJsonModel<ApplicationGatewayRequestRoutingRule>
interface IPersistableModel<ApplicationGatewayRequestRoutingRule>
Public Class ApplicationGatewayRequestRoutingRule
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewayRequestRoutingRule), IPersistableModel(Of ApplicationGatewayRequestRoutingRule)
- Inheritance
- Implements
Constructors
ApplicationGatewayRequestRoutingRule() |
Initializes a new instance of ApplicationGatewayRequestRoutingRule. |
Properties
BackendAddressPoolId |
Gets or sets Id. |
BackendHttpSettingsId |
Gets or sets Id. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
HttpListenerId |
Gets or sets Id. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
LoadDistributionPolicyId |
Gets or sets Id. |
Name |
Resource name. (Inherited from NetworkResourceData) |
Priority |
Priority of the request routing rule. |
ProvisioningState |
The provisioning state of the request routing rule resource. |
RedirectConfigurationId |
Gets or sets Id. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
RewriteRuleSetId |
Gets or sets Id. |
RuleType |
Rule type. |
UrlPathMapId |
Gets or sets Id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET