Interface GalleryImage.DefinitionStages.WithOsTypeAndState
- All Known Subinterfaces:
GalleryImage.Definition
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithOsTypeAndState
The stage of the gallery image definition allowing to specify the OS type and state.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that image is a Linux image with OS state as generalized.Specifies that image is a Windows image with OS state as generalized.withLinux(OperatingSystemStateTypes osState) Specifies that image is a Linux image.withWindows(OperatingSystemStateTypes osState) Specifies that image is a Windows image.
-
Method Details
-
withGeneralizedWindows
GalleryImage.DefinitionStages.WithCreate withGeneralizedWindows()Specifies that image is a Windows image with OS state as generalized.- Returns:
- the next definition stage
-
withGeneralizedLinux
GalleryImage.DefinitionStages.WithCreate withGeneralizedLinux()Specifies that image is a Linux image with OS state as generalized.- Returns:
- the next definition stage
-
withWindows
Specifies that image is a Windows image.- Parameters:
osState- operating system state- Returns:
- the next definition stage
-
withLinux
Specifies that image is a Linux image.- Parameters:
osState- operating system state- Returns:
- the next definition stage
-