IWithFirstContainerInstance Interface
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.
The stage of the container group definition allowing to specify first required container instance.
public interface IWithFirstContainerInstance
type IWithFirstContainerInstance = interface
Public Interface IWithFirstContainerInstance
- Derived
Methods
DefineContainerInstance(String) |
Begins the definition of a container instance. |
WithContainerInstance(String, Int32) |
Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with a custom TCP port opened externally. |
WithContainerInstance(String) |
Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with TCP port 80 opened externally. |