ApplicationGatewayRequestRoutingRule.AuthConfigs Property
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.
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)