DockerComposeServiceExtensions 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.
Provides extension methods for customizing Docker Compose service resources.
public static class DockerComposeServiceExtensions
type DockerComposeServiceExtensions = class
Public Module DockerComposeServiceExtensions
- Inheritance
-
DockerComposeServiceExtensions
Methods
AsEnvironmentPlaceholder(IManifestExpressionProvider, DockerComposeServiceResource) |
Creates a placeholder for an environment variable in the Docker Compose file. |
AsEnvironmentPlaceholder(IResourceBuilder<ParameterResource>, DockerComposeServiceResource) |
Creates a Docker Compose environment variable placeholder for the specified ParameterResource. |
AsEnvironmentPlaceholder(ParameterResource, DockerComposeServiceResource) |
Creates a Docker Compose environment variable placeholder for this ParameterResource. |
PublishAsDockerComposeService<T>(IResourceBuilder<T>, Action<DockerComposeServiceResource,Service>) |
Publishes the specified resource as a Docker Compose service. |