ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize<ParentT> 接口
定义
The stage of the container instance definition allowing to specify the memory size in GB.
The memory size can be specified as a fraction, i.e. 1.5 represents one and a half GB of memory.
public interface WithMemorySize<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withMemorySizeInGB(double memorySize) |
Specifies the memory size in GB assigned to this container instance.
|