ContainerGroup.DefinitionStages.WithNextContainerInstance Interface

Implements

public static interface ContainerGroup.DefinitionStages.WithNextContainerInstance
extends WithCreate

The stage of the container group definition allowing to specify a container instance.

Method Summary

Modifier and Type Method and Description
abstract ContainerInstanceDefinitionBlank<WithNextContainerInstance> defineContainerInstance(String name)

Begins the definition of a container instance.

Method Details

defineContainerInstance

public abstract ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinitionBlank defineContainerInstance(String name)

Begins the definition of a container instance.

Parameters:

name - the name of the volume

Returns:

the next stage of the definition

Applies to