KnownResourceCommands
Class static net8.0
Provides constants for well-known resource command names.
namespace Aspire.Hosting.ApplicationModel;
public static class KnownResourceCommands{ // ...} 6 members
Fields6
Section titled FieldsDeleteParameterCommandstaticstring The command name for deleting a parameter value.
RebuildCommandstaticstring The command name for rebuilding a project resource.
RestartCommandstaticstring The command name for restarting a resource.
SetParameterCommandstaticstring The command name for setting a parameter value.
StartCommandstaticstring The command name for starting a resource.
StopCommandstaticstring The command name for stopping a resource.