WebApplicationCustomRule Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de WebApplicationCustomRule.
public WebApplicationCustomRule (int priority, Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleType ruleType, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchCondition> matchConditions, Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType action);
new Azure.ResourceManager.FrontDoor.Models.WebApplicationCustomRule : int * Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleType * seq<Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchCondition> * Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType -> Azure.ResourceManager.FrontDoor.Models.WebApplicationCustomRule
Public Sub New (priority As Integer, ruleType As WebApplicationRuleType, matchConditions As IEnumerable(Of WebApplicationRuleMatchCondition), action As RuleMatchActionType)
Paramètres
- priority
- Int32
Décrit la priorité de la règle. Les règles ayant une valeur inférieure sont évaluées avant les règles ayant une valeur supérieure.
- ruleType
- WebApplicationRuleType
Décrit le type de règle.
- matchConditions
- IEnumerable<WebApplicationRuleMatchCondition>
Liste des conditions de correspondance.
- action
- RuleMatchActionType
Décrit l’action à appliquer lorsque la règle correspond.
Exceptions
matchConditions
a la valeur null.