Skip to content
Docs Try Aspire

KnownResourceCommands Fields

Class Fields 3 members
Provides constants for well-known resource command names.
RestartCommand Section titled RestartCommand staticreadonly string
The command name for restarting a resource.
public static readonly string RestartCommand
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