Share via


DockerComposeServiceCustomizationAnnotation Class

Definition

Represents an annotation for customizing a Docker Compose service.

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

Remarks

Initializes a new instance of the DockerComposeServiceCustomizationAnnotation class.

Constructors

DockerComposeServiceCustomizationAnnotation(Action<DockerComposeServiceResource,Service>)

Represents an annotation for customizing a Docker Compose service.

Properties

Configure

Gets the configuration action for customizing the Docker Compose service.

Applies to