WebApplicationRuleMatchVariable 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.
Anforderungsvariable, mit der verglichen werden soll.
public readonly struct WebApplicationRuleMatchVariable : IEquatable<Azure.ResourceManager.FrontDoor.Models.WebApplicationRuleMatchVariable>
type WebApplicationRuleMatchVariable = struct
Public Structure WebApplicationRuleMatchVariable
Implements IEquatable(Of WebApplicationRuleMatchVariable)
- Vererbung
-
WebApplicationRuleMatchVariable
- Implementiert
Konstruktoren
WebApplicationRuleMatchVariable(String) |
Initialisiert eine neue Instanz von WebApplicationRuleMatchVariable. |
Eigenschaften
Cookies |
Cookies. |
PostArgs |
PostArgs. |
QueryString |
Querystring. |
RemoteAddr |
RemoteAddr. |
RequestBody |
RequestBody. |
RequestHeader |
RequestHeader. |
RequestMethod |
RequestMethod. |
RequestUri |
Requesturi. |
SocketAddr |
SocketAddr. |
Methoden
Equals(WebApplicationRuleMatchVariable) |
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(WebApplicationRuleMatchVariable, WebApplicationRuleMatchVariable) |
Bestimmt, ob zwei WebApplicationRuleMatchVariable Werte gleich sind. |
Implicit(String to WebApplicationRuleMatchVariable) |
Konvertiert eine Zeichenfolge in eine WebApplicationRuleMatchVariable. |
Inequality(WebApplicationRuleMatchVariable, WebApplicationRuleMatchVariable) |
Bestimmt, ob zwei WebApplicationRuleMatchVariable Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET