Share via


DefaultLaunchProfileAnnotation Class

Definition

An annotation that specifies the default launch profile for a resource.

public sealed class DefaultLaunchProfileAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type DefaultLaunchProfileAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class DefaultLaunchProfileAnnotation
Implements IResourceAnnotation
Inheritance
DefaultLaunchProfileAnnotation
Implements

Constructors

DefaultLaunchProfileAnnotation(String)

An annotation that specifies the default launch profile for a resource.

Properties

LaunchProfileName

The name of the default launch profile.

Applies to