Skip to content
DocsTry Aspire
DocsTry

KnownResourceCommands Fields

ClassFields6 members
Provides constants for well-known resource command names.
DeleteParameterCommandSection titled DeleteParameterCommandstaticreadonlystring
The command name for deleting a parameter value.
public static readonly string DeleteParameterCommand
RebuildCommandSection titled RebuildCommandstaticreadonlystring
The command name for rebuilding a project resource.
public static readonly string RebuildCommand
RestartCommandSection titled RestartCommandstaticreadonlystring
The command name for restarting a resource.
public static readonly string RestartCommand
SetParameterCommandSection titled SetParameterCommandstaticreadonlystring
The command name for setting a parameter value.
public static readonly string SetParameterCommand
StartCommandSection titled StartCommandstaticreadonlystring
The command name for starting a resource.
public static readonly string StartCommand
StopCommandSection titled StopCommandstaticreadonlystring
The command name for stopping a resource.
public static readonly string StopCommand