ArmNetworkModelFactory.ApplicationGatewayAdvancedRoutingRulePropertiesFormat Method
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.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingRulePropertiesFormat ApplicationGatewayAdvancedRoutingRulePropertiesFormat(int priority = 0, Azure.Core.ResourceIdentifier advancedRoutingConditionSetId = default, Azure.Core.ResourceIdentifier backendAddressPoolId = default, Azure.Core.ResourceIdentifier backendHttpSettingsId = default, Azure.Core.ResourceIdentifier redirectConfigurationId = default, Azure.Core.ResourceIdentifier rewriteRuleSetId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.ApplicationGatewayAuthConfig> authConfigs = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member ApplicationGatewayAdvancedRoutingRulePropertiesFormat : int * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Network.Models.ApplicationGatewayAuthConfig> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.ApplicationGatewayAdvancedRoutingRulePropertiesFormat
Public Shared Function ApplicationGatewayAdvancedRoutingRulePropertiesFormat (Optional priority As Integer = 0, Optional advancedRoutingConditionSetId As ResourceIdentifier = Nothing, Optional backendAddressPoolId As ResourceIdentifier = Nothing, Optional backendHttpSettingsId As ResourceIdentifier = Nothing, Optional redirectConfigurationId As ResourceIdentifier = Nothing, Optional rewriteRuleSetId As ResourceIdentifier = Nothing, Optional authConfigs As IEnumerable(Of ApplicationGatewayAuthConfig) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As ApplicationGatewayAdvancedRoutingRulePropertiesFormat
Parameters
- priority
- Int32
Priority of the advanced routing rule. Must be unique within the containing advanced routing map. Rules are evaluated in ascending priority order.
- advancedRoutingConditionSetId
- ResourceIdentifier
Resource ID.
- backendAddressPoolId
- ResourceIdentifier
Resource ID.
- backendHttpSettingsId
- ResourceIdentifier
Resource ID.
- redirectConfigurationId
- ResourceIdentifier
Resource ID.
- rewriteRuleSetId
- ResourceIdentifier
Resource ID.
- authConfigs
- IEnumerable<ApplicationGatewayAuthConfig>
Authentication configuration bindings of the advanced 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 advanced routing rule resource.
Returns
A new ApplicationGatewayAdvancedRoutingRulePropertiesFormat instance for mocking.