public static interface ContainerGroup.DefinitionStages.WithVolume extends ContainerGroup.DefinitionStages.WithFirstContainerInstance
Modifier and Type | Method and Description |
---|---|
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinitionBlank<ContainerGroup.DefinitionStages.WithVolume> |
defineVolume(String name)
Begins the definition of a volume that can be shared by the container instances in the container group.
|
defineContainerInstance, withContainerInstance, withContainerInstance
ContainerGroup.DefinitionStages.VolumeDefinitionStages.VolumeDefinitionBlank<ContainerGroup.DefinitionStages.WithVolume> defineVolume(String name)
The definition must be completed with a call to Attachable.InDefinition.attach()
name
- the name of the volumeCopyright © 2019. All rights reserved.