Skip to content
Docs Try Aspire

ResourceCommandState

Enum net10.0
📦 Aspire.Hosting v13.1.2
The state of a resource command.
namespace Aspire.Hosting.ApplicationModel;
public sealed enum ResourceCommandState
Enabled = 0
Command is visible and enabled for use.
Disabled = 1
Command is visible and disabled for use.
Hidden = 2
Command is hidden.