ArmNetworkModelFactory.ApplicationGatewayRequestRoutingRule 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.
Initializes a new instance of ApplicationGatewayRequestRoutingRule.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRule ApplicationGatewayRequestRoutingRule (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ETag? etag = default, Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRuleType? ruleType = default, int? priority = default, Azure.Core.ResourceIdentifier backendAddressPoolId = default, Azure.Core.ResourceIdentifier backendHttpSettingsId = default, Azure.Core.ResourceIdentifier httpListenerId = default, Azure.Core.ResourceIdentifier urlPathMapId = default, Azure.Core.ResourceIdentifier rewriteRuleSetId = default, Azure.Core.ResourceIdentifier redirectConfigurationId = default, Azure.Core.ResourceIdentifier loadDistributionPolicyId = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member ApplicationGatewayRequestRoutingRule : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ETag> * Nullable<Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRuleType> * Nullable<int> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.ApplicationGatewayRequestRoutingRule
Public Shared Function ApplicationGatewayRequestRoutingRule (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional ruleType As Nullable(Of ApplicationGatewayRequestRoutingRuleType) = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional backendAddressPoolId As ResourceIdentifier = Nothing, Optional backendHttpSettingsId As ResourceIdentifier = Nothing, Optional httpListenerId As ResourceIdentifier = Nothing, Optional urlPathMapId As ResourceIdentifier = Nothing, Optional rewriteRuleSetId As ResourceIdentifier = Nothing, Optional redirectConfigurationId As ResourceIdentifier = Nothing, Optional loadDistributionPolicyId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As ApplicationGatewayRequestRoutingRule
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
Rule type.
- backendAddressPoolId
- ResourceIdentifier
Backend address pool resource of the application gateway.
- backendHttpSettingsId
- ResourceIdentifier
Backend http settings resource of the application gateway.
- httpListenerId
- ResourceIdentifier
Http listener resource of the application gateway.
- urlPathMapId
- ResourceIdentifier
URL path map resource of the application gateway.
- rewriteRuleSetId
- ResourceIdentifier
Rewrite Rule Set resource in Basic rule of the application gateway.
- redirectConfigurationId
- ResourceIdentifier
Redirect configuration resource of the application gateway.
- loadDistributionPolicyId
- ResourceIdentifier
Load Distribution Policy resource of the application gateway.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the request routing rule resource.
Returns
A new ApplicationGatewayRequestRoutingRule instance for mocking.
Applies to
Azure SDK for .NET