Sdílet prostřednictvím


HealthReport.Entries Vlastnost

Definice

Obsahující IReadOnlyDictionary<TKey,TValue> výsledky každé kontroly stavu.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::Extensions::Diagnostics::HealthChecks::HealthReportEntry> ^ Entries { System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::Extensions::Diagnostics::HealthChecks::HealthReportEntry> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry> Entries { get; }
member this.Entries : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry>
Public ReadOnly Property Entries As IReadOnlyDictionary(Of String, HealthReportEntry)

Hodnota vlastnosti

Poznámky

Klíče v tomto slovníku mapují název každé provedené kontroly stavu na objekt HealthReportEntry pro výsledná data vrácená z odpovídající kontroly stavu.

Platí pro