MatchOperator Structure
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écrit l’opérateur à mettre en correspondance.
public readonly struct MatchOperator : IEquatable<Azure.ResourceManager.Cdn.Models.MatchOperator>
type MatchOperator = struct
Public Structure MatchOperator
Implements IEquatable(Of MatchOperator)
- Héritage
-
MatchOperator
- Implémente
Constructeurs
MatchOperator(String) |
Initialise une nouvelle instance de MatchOperator. |
Propriétés
Any |
Tout. |
BeginsWith |
BeginsWith. |
Contains |
Contient. |
EndsWith |
EndsWith. |
Equal |
Égal. |
GeoMatch |
GeoMatch. |
GreaterThan |
GreaterThan. |
GreaterThanOrEqual |
GreaterThanOrEqual. |
IPMatch |
IPMatch. |
LessThan |
Moins dethan. |
LessThanOrEqual |
LessThanOrEqual. |
RegEx |
Regex. |
Méthodes
Equals(MatchOperator) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(MatchOperator, MatchOperator) |
Détermine si deux MatchOperator valeurs sont identiques. |
Implicit(String to MatchOperator) |
Convertit une chaîne en MatchOperator. |
Inequality(MatchOperator, MatchOperator) |
Détermine si deux MatchOperator valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET