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 WithPrivateImageRegistryOrVolume 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:

the next stage of the definition

Applies to