Lingua

ApplicationGatewayRequestRoutingRule.AuthConfigs Property

Definition

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.

public System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ApplicationGatewayAuthConfig> AuthConfigs { get; }
member this.AuthConfigs : System.Collections.Generic.IList<Azure.ResourceManager.Network.Models.ApplicationGatewayAuthConfig>
Public ReadOnly Property AuthConfigs As IList(Of ApplicationGatewayAuthConfig)

Property Value

Applies to