CustomResourceSnapshot.Urls 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 URLs that should show up in the dashboard for this resource.
public System.Collections.Immutable.ImmutableArray<Aspire.Hosting.ApplicationModel.UrlSnapshot> Urls { get; init; }
member this.Urls : System.Collections.Immutable.ImmutableArray<Aspire.Hosting.ApplicationModel.UrlSnapshot> with get, set
Public Property Urls As ImmutableArray(Of UrlSnapshot)