Skip to content
Docs Try Aspire

IResourceWithParameters Properties

Interface Properties 1 member
Represents a resource that has parameters.
Parameters Section titled Parameters abstract IDictionary<string, object?>
Gets the parameters associated with the resource.
public abstract IDictionary<string, object?> Parameters { get; }