WafMatchVariable 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.
Mettre en correspondance la variable à comparer.
public readonly struct WafMatchVariable : IEquatable<Azure.ResourceManager.Cdn.Models.WafMatchVariable>
type WafMatchVariable = struct
Public Structure WafMatchVariable
Implements IEquatable(Of WafMatchVariable)
- Héritage
-
WafMatchVariable
- Implémente
Constructeurs
WafMatchVariable(String) |
Initialise une nouvelle instance de WafMatchVariable. |
Propriétés
Cookies |
Cookies. |
PostArgs |
PostArgs. |
QueryString |
Querystring. |
RemoteAddr |
RemoteAddr. |
RequestBody |
RequestBody. |
RequestHeader |
RequestHeader. |
RequestMethod |
RequestMethod. |
RequestUri |
Requesturi. |
SocketAddr |
SocketAddr. |
Méthodes
Equals(WafMatchVariable) |
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(WafMatchVariable, WafMatchVariable) |
Détermine si deux WafMatchVariable valeurs sont identiques. |
Implicit(String to WafMatchVariable) |
Convertit une chaîne en WafMatchVariable. |
Inequality(WafMatchVariable, WafMatchVariable) |
Détermine si deux WafMatchVariable valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET