RulesEngineMatchVariable Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Übereinstimmungsvariable.
public readonly struct RulesEngineMatchVariable : IEquatable<Azure.ResourceManager.FrontDoor.Models.RulesEngineMatchVariable>
type RulesEngineMatchVariable = struct
Public Structure RulesEngineMatchVariable
Implements IEquatable(Of RulesEngineMatchVariable)
- Vererbung
-
RulesEngineMatchVariable
- Implementiert
Konstruktoren
RulesEngineMatchVariable(String) |
Initialisiert eine neue Instanz von RulesEngineMatchVariable. |
Eigenschaften
IsMobile |
IsMobile. |
PostArgs |
PostArgs. |
QueryString |
Querystring. |
RemoteAddr |
RemoteAddr. |
RequestBody |
RequestBody. |
RequestFilename |
RequestFilename. |
RequestFilenameExtension |
RequestFilenameExtension. |
RequestHeader |
RequestHeader. |
RequestMethod |
RequestMethod. |
RequestPath |
RequestPath. |
RequestScheme |
RequestScheme. |
RequestUri |
Requesturi. |
Methoden
Equals(RulesEngineMatchVariable) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(RulesEngineMatchVariable, RulesEngineMatchVariable) |
Bestimmt, ob zwei RulesEngineMatchVariable Werte gleich sind. |
Implicit(String to RulesEngineMatchVariable) |
Konvertiert eine Zeichenfolge in eine RulesEngineMatchVariable. |
Inequality(RulesEngineMatchVariable, RulesEngineMatchVariable) |
Bestimmt, ob zwei RulesEngineMatchVariable Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET