Interface ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly
-
- All Known Subinterfaces:
ContainerGroup.Definition,ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistry
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.WithPublicImageRegistryOnlyThe stage of the container group definition allowing to skip the private image registry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolumewithPublicImageRegistryOnly()Only public container image repository will be used to create the container instances in the container group.
-
-
-
Method Detail
-
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
-
-