你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithMemorySize<ParentT>.WithMemorySizeInGB(Double) 方法

定义

指定分配给此容器实例的内存大小(以 GB 为单位)。

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithContainerInstanceAttach<ParentT> WithMemorySizeInGB (double memorySize);
abstract member WithMemorySizeInGB : double -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithContainerInstanceAttach<'ParentT>
Public Function WithMemorySizeInGB (memorySize As Double) As IWithContainerInstanceAttach(Of ParentT)

参数

memorySize
Double

内存大小(以 GB 为单位)。

返回

适用于