HttpCorrelationProtocol 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.
Legt das Korrelationsprotokoll fest, das für Application Insights Diagnose verwendet werden soll.
public readonly struct HttpCorrelationProtocol : IEquatable<Azure.ResourceManager.ApiManagement.Models.HttpCorrelationProtocol>
type HttpCorrelationProtocol = struct
Public Structure HttpCorrelationProtocol
Implements IEquatable(Of HttpCorrelationProtocol)
- Vererbung
-
HttpCorrelationProtocol
- Implementiert
Konstruktoren
HttpCorrelationProtocol(String) |
Initialisiert eine neue Instanz von HttpCorrelationProtocol. |
Eigenschaften
Legacy |
Fügen Sie Request-Id- und Request-Context-Header mit Anforderungskorrelationsdaten ein. Siehe https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/HttpCorrelationProtocol.md. |
None |
Lesen und einfügen Sie keine Korrelationsheader. |
W3C |
Einfügen von Ablaufverfolgungskontextheadern. Siehe https://w3c.github.io/trace-context. |
Methoden
Equals(HttpCorrelationProtocol) |
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(HttpCorrelationProtocol, HttpCorrelationProtocol) |
Bestimmt, ob zwei HttpCorrelationProtocol Werte identisch sind. |
Implicit(String to HttpCorrelationProtocol) |
Konvertiert eine Zeichenfolge in eine HttpCorrelationProtocol. |
Inequality(HttpCorrelationProtocol, HttpCorrelationProtocol) |
Bestimmt, ob zwei HttpCorrelationProtocol Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET