Skip to content
Docs Try Aspire

KnownResourceCommands Fields

Class Fields 6 members
Provides constants for well-known resource command names.
DeleteParameterCommand Section titled DeleteParameterCommand staticreadonly string
The command name for deleting a parameter value.
public static readonly string DeleteParameterCommand
RebuildCommand Section titled RebuildCommand staticreadonly string
The command name for rebuilding a project resource.
public static readonly string RebuildCommand
RestartCommand Section titled RestartCommand staticreadonly string
The command name for restarting a resource.
public static readonly string RestartCommand
SetParameterCommand Section titled SetParameterCommand staticreadonly string
The command name for setting a parameter value.
public static readonly string SetParameterCommand
StartCommand Section titled StartCommand staticreadonly string
The command name for starting a resource.
public static readonly string StartCommand
StopCommand Section titled StopCommand staticreadonly string
The command name for stopping a resource.
public static readonly string StopCommand