MatchCondition Classe
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.
Définissez les conditions de correspondance.
public class MatchCondition
type MatchCondition = class
Public Class MatchCondition
- Héritage
-
MatchCondition
Constructeurs
MatchCondition() |
Initialise une nouvelle instance de la classe MatchCondition. |
MatchCondition(IList<MatchVariable>, String, IList<String>, Nullable<Boolean>, IList<String>) |
Initialise une nouvelle instance de la classe MatchCondition. |
Propriétés
MatchValues |
Obtient ou définit la valeur de correspondance. |
MatchVariables |
Obtient ou définit la liste des variables de correspondance. |
NegationConditon |
Obtient ou définit s’il s’agit d’une condition de non-négation ou non. |
OperatorProperty |
Obtient ou définit l’opérateur à mettre en correspondance. Les valeurs possibles sont « IPMatch », « Equal », « Contains », « LessThan », « GreaterThan », « LessThanOrEqual », « GreaterThanOrEqual », « BeginsWith », « EndsWith », « Regex », « GeoMatch », « Any » |
Transforms |
Obtient ou définit la liste des transformations. |
Méthodes
Validate() |
Validez l’objet . |
S’applique à
Azure SDK for .NET