次の方法で共有


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 単位)。

戻り値

適用対象