Skip to content
DocsTry Aspire
DocsTry

ResourceCommandState

Enumnet8.0
📦 Aspire.Hosting v13.4.0
The state of a resource command.
namespace Aspire.Hosting.ApplicationModel;
public 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.