CustomResourceSnapshot.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties that should show up in the dashboard for this resource.
public System.Collections.Immutable.ImmutableArray<Aspire.Hosting.ApplicationModel.ResourcePropertySnapshot> Properties { get; init; }
member this.Properties : System.Collections.Immutable.ImmutableArray<Aspire.Hosting.ApplicationModel.ResourcePropertySnapshot> with get, set
Public Property Properties As ImmutableArray(Of ResourcePropertySnapshot)