DockerfileStatement 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 a statement that can be written to a Dockerfile.
public abstract class DockerfileStatement
type DockerfileStatement = class
Public MustInherit Class DockerfileStatement
- Inheritance
-
DockerfileStatement
- Derived
Constructors
| DockerfileStatement() |
Methods
| WriteStatementAsync(StreamWriter, CancellationToken) |
Writes the statement to the specified writer. |