DockerComposeServiceCustomizationAnnotation Class    
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.
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.  |