ResourceCommandSnapshot
Recordsealednet10.0
A snapshot of a resource command.
namespace Aspire.Hosting.ApplicationModel;
public sealed record ResourceCommandSnapshot : System.IEquatable<Aspire.Hosting.ApplicationModel.ResourceCommandSnapshot>{ // ...}IEquatable<ResourceCommandSnapshot>
20 members
Constructors1
Section titled Constructors A snapshot of a resource command.
Properties11
Section titled PropertiesArgumentsget; init Gets the invocation arguments accepted by the command.
ConfirmationMessageget; initstring? When a confirmation message is specified, the UI will prompt with an OK/Cancel dialog and the confirmation message before starting the command.
DisplayDescriptionget; initstring? Optional description of the command, to be shown in the UI. Could be used as a tooltip. May be localized.
IconNameget; initstring?The icon name for the command. The name should be a valid FluentUI icon name. https://aka.ms/fluentui-system-icons
object? Obsolete optional parameter that configures the command in some way. Clients must return any value provided by the server when invoking the command.
Visibilityget; init Gets where the command is visible to users and clients.
Methods8
Section titled MethodsboolIndicates whether the current object is equal to another object of the same type.