UriPathOperator 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 UriPathOperator : IEquatable<Azure.ResourceManager.Cdn.Models.UriPathOperator>
type UriPathOperator = struct
Public Structure UriPathOperator
Implements IEquatable(Of UriPathOperator)
- Héritage
-
UriPathOperator
- Implémente
Constructeurs
UriPathOperator(String) |
Initialise une nouvelle instance de UriPathOperator. |
Propriétés
Any |
Tout. |
BeginsWith |
BeginsWith. |
Contains |
Contient. |
EndsWith |
EndsWith. |
Equal |
Égal. |
GreaterThan |
GreaterThan. |
GreaterThanOrEqual |
GreaterThanOrEqual. |
LessThan |
Moins dethan. |
LessThanOrEqual |
LessThanOrEqual. |
RegEx |
Regex. |
Wildcard |
Caractère générique. |
Méthodes
Equals(UriPathOperator) |
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(UriPathOperator, UriPathOperator) |
Détermine si deux UriPathOperator valeurs sont identiques. |
Implicit(String to UriPathOperator) |
Convertit une chaîne en UriPathOperator. |
Inequality(UriPathOperator, UriPathOperator) |
Détermine si deux UriPathOperator valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET