DockerComposeEnvironmentResource Constructors
Class Constructors 1 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
name string The name of the Docker Compose environment.