Skip to content
DocsTry Aspire
DocsTry

ReadinessProbeResponse Properties

ClassProperties3 members
Represents the ReadinessProbeResponse payload.
DatabaseSection titled Databasenullablestring?
Gets or sets database.
public string? Database { get; set; }
RedisSection titled Redisnullablestring?
Gets or sets redis.
public string? Redis { get; set; }
StatusSection titled Statusnullablestring?
Gets or sets status.
public string? Status { get; set; }