Interface ContainerGroup.DefinitionStages.WithOsType
- All Known Subinterfaces:
ContainerGroup.Definition
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.WithOsType
The stage of the container group definition allowing to specify the OS type.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies this is a Linux container group.Specifies this is a Windows container group.
-
Method Details
-
withLinux
Specifies this is a Linux container group.- Returns:
- the next stage of the definition
-
withWindows
Specifies this is a Windows container group.- Returns:
- the next stage of the definition
-