Language

ArmNetworkModelFactory.ApplicationGatewayRequestRoutingRule Method

Definition

public static Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRule ApplicationGatewayRequestRoutingRule(Azure.Core.ResourceIdentifier id, string name, string type, Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRuleType? ruleType, int? priority, Azure.Core.ResourceIdentifier entraJWTValidationConfig, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewayAuthConfig> authConfigs, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState, Azure.Core.ResourceIdentifier backendAddressPoolId, Azure.Core.ResourceIdentifier backendHttpSettingsId, Azure.Core.ResourceIdentifier httpListenerId, Azure.Core.ResourceIdentifier urlPathMapId, Azure.Core.ResourceIdentifier advancedRoutingMapId, Azure.Core.ResourceIdentifier rewriteRuleSetId, Azure.Core.ResourceIdentifier redirectConfigurationId, Azure.Core.ResourceIdentifier loadDistributionPolicyId, Azure.ETag? eTag = default);
static member ApplicationGatewayRequestRoutingRule : Azure.Core.ResourceIdentifier * string * string * Nullable<Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRuleType> * Nullable<int> * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Network.Models.ApplicationGatewayAuthConfig> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRule
Public Shared Function ApplicationGatewayRequestRoutingRule (id As ResourceIdentifier, name As String, type As String, ruleType As Nullable(Of ApplicationGatewayRequestRoutingRuleType), priority As Nullable(Of Integer), entraJWTValidationConfig As ResourceIdentifier, authConfigs As IEnumerable(Of ApplicationGatewayAuthConfig), provisioningState As Nullable(Of NetworkProvisioningState), backendAddressPoolId As ResourceIdentifier, backendHttpSettingsId As ResourceIdentifier, httpListenerId As ResourceIdentifier, urlPathMapId As ResourceIdentifier, advancedRoutingMapId As ResourceIdentifier, rewriteRuleSetId As ResourceIdentifier, redirectConfigurationId As ResourceIdentifier, loadDistributionPolicyId As ResourceIdentifier, Optional eTag As Nullable(Of ETag) = Nothing) As ApplicationGatewayRequestRoutingRule

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Name of the resource.

type
String

Resource type.

priority
Nullable<Int32>

Priority of the request routing rule.

entraJWTValidationConfig
ResourceIdentifier

Entra JWT validation configuration resource of the application gateway.

authConfigs
IEnumerable<ApplicationGatewayAuthConfig>

Authentication configuration bindings of the request routing rule. Only one authentication configuration is supported. Authentication configuration names must be unique across the Application Gateway, and an Application Gateway can reference at most 100 distinct authentication policies. Authentication policies can only be bound to Application Gateways using the Standard_v2 or WAF_v2 SKU.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the request routing rule resource.

backendAddressPoolId
ResourceIdentifier

Resource ID.

backendHttpSettingsId
ResourceIdentifier

Resource ID.

httpListenerId
ResourceIdentifier

Resource ID.

urlPathMapId
ResourceIdentifier

Resource ID.

advancedRoutingMapId
ResourceIdentifier

Resource ID.

rewriteRuleSetId
ResourceIdentifier

Resource ID.

redirectConfigurationId
ResourceIdentifier

Resource ID.

loadDistributionPolicyId
ResourceIdentifier

Resource ID.

eTag
Nullable<ETag>

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

Returns

A new ApplicationGatewayRequestRoutingRule instance for mocking.

Applies to