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. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET