Skip to content
DocsTry Aspire
DocsTry

IResourceWithParameters Properties

InterfaceProperties1 member
Represents a resource that has parameters.
ParametersSection titled ParametersabstractIDictionary<string, object?>
Gets the parameters associated with the resource.
public abstract IDictionary<string, object?> Parameters { get; }