ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly Interface
public static interface ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly
The stage of the container group definition allowing to skip the private image registry.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withPublicImageRegistryOnly()
Only public container image repository will be used to create the container instances in the container group. |
Method Details
withPublicImageRegistryOnly
public abstract ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume withPublicImageRegistryOnly()
Only public container image repository will be used to create the container instances in the container group.
Returns: