Skip to content
Docs Try Aspire

ResourceStateSnapshot Properties

Record Properties 2 members
A snapshot of the resource state
Style Section titled Style nullable string?
The style for the state update. Use for the supported styles.
public string? Style { get; init; }
The text for the state update. See KnownResourceStates for expected values.
public string Text { get; init; }