IWithFirstContainerInstance Interface

Definition

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)

Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with TCP port 80 opened externally.

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.

Applies to