DockerComposeEnvironmentResource Constructors
ClassConstructors1 member
Represents a Docker Compose environment resource that can host application resources.
Constructor(string)Section titled Constructor(string)public class DockerComposeEnvironmentResource{ public DockerComposeEnvironmentResource( string name) { // ... }}Parameters
namestringThe name of the Docker Compose environment.