ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize<ParentT>
The memory size can be specified as a fraction, i.e. 1.5 represents one and a half GB of memory.
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withMemorySizeInGB(double memorySize)
Specifies the memory size in GB assigned to this container instance.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withMemorySizeInGB(double memorySize)
memorySize - the memory size in GBCopyright © 2021 Microsoft Corporation. All rights reserved.