Container 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.
Container App container definition.
public class Container
type Container = class
Public Class Container
- Inheritance
-
Container
Constructors
Container() |
Initializes a new instance of the Container class. |
Container(String, String, IList<String>, IList<String>, IList<EnvironmentVar>, ContainerResources) |
Initializes a new instance of the Container class. |
Properties
Args |
Gets or sets container start command arguments. |
Command |
Gets or sets container start command. |
Env |
Gets or sets container environment variables. |
Image |
Gets or sets container image tag. |
Name |
Gets or sets custom container name. |
Resources |
Gets or sets container resource requirements. |