Interface ContainerGroup.DefinitionStages.WithOsType
-
- All Known Subinterfaces:
ContainerGroup.Definition
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.WithOsTypeThe stage of the container group definition allowing to specify the OS type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistrywithLinux()Specifies this is a Linux container group.ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistrywithWindows()Specifies this is a Windows container group.
-
-
-
Method Detail
-
withLinux
ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistry withLinux()
Specifies this is a Linux container group.- Returns:
- the next stage of the definition
-
withWindows
ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistry withWindows()
Specifies this is a Windows container group.- Returns:
- the next stage of the definition
-
-