Interface ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly
- All Known Subinterfaces:
ContainerGroup.Definition
,ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistry
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly
The stage of the container group definition allowing to skip the private image registry.
-
Method Summary
Modifier and TypeMethodDescriptionOnly public container image repository will be used to create the container instances in the container group.
-
Method Details
-
withPublicImageRegistryOnly
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume withPublicImageRegistryOnly()Only public container image repository will be used to create the container instances in the container group.- Returns:
- the next stage of the definition
-