ResourceCommandVisibility
Enum net8.0
Describes where a resource command is visible.
namespace Aspire.Hosting.ApplicationModel;
public enum ResourceCommandVisibilityEnum Members
Section titled Enum Members[Flags] Values can be combined with bitwise OR.
NoneThe command is not visible to any clients.
UIThe command is displayed in UI clients.
ApiThe command is exposed through resource command API discovery.