Interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages
-
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStagesGrouping of volume definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinition<ParentT>Grouping of the container group's volume definition stages.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinitionBlank<ParentT>The first stage of the container instance definition.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>The final stage of the container instance definition.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount<ParentT>The stage of the container instance definition allowing to specify the number of CPU cores.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>The stage of the container instance definition allowing to specify the environment variables.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource<ParentT>The stage of the container instance definition allowing to specify the GPU resource.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT>The stage of the container instance definition allowing to specify the container image.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize<ParentT>The stage of the container instance definition allowing to specify the memory size in GB.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts<ParentT>The stage of the container instance definition allowing to specify (or not) the container ports.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts<ParentT>The stage of the container instance definition allowing not to specify any container ports internal or external.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>The stage of the container instance definition allowing to specify the container ports.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPortsOrContainerInstanceAttach<ParentT>The stage of the container instance definition allowing to specify one or more container ports.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT>The stage of the container instance definition allowing to specify the starting command line.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>The stage of the container instance definition allowing to specify volume mount setting.
-