Interface ContainerGroup.DefinitionStages.WithPrivateImageRegistry
-
- All Known Subinterfaces:
ContainerGroup.Definition,ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume,ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistry
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.WithPrivateImageRegistryThe stage of the container group definition allowing to specify a private image registry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolumewithPrivateImageRegistry(String server, String username, String password)Specifies the private container image registry server login for the container group.
-
-
-
Method Detail
-
withPrivateImageRegistry
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume withPrivateImageRegistry(String server, String username, String password)
Specifies the private container image registry server login for the container group.- Parameters:
server- Docker image registry server, without protocol such as "http" and "https"username- the username for the private registrypassword- the password for the private registry- Returns:
- the next stage of the definition
-
-