Compartir a través de


IWithMemorySize<ParentT>.WithMemorySizeInGB(Double) Método

Definición

Especifica el tamaño de memoria en GB asignados a esta instancia de contenedor.

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)

Parámetros

memorySize
Double

Tamaño de memoria en GB.

Devoluciones

Se aplica a