public static interface GalleryImage.DefinitionStages.WithOsTypeAndState
| Modifier and Type | Method and Description |
|---|---|
GalleryImage.DefinitionStages.WithCreate |
withGeneralizedLinux()
Specifies that image is a Linux image with OS state as generalized.
|
GalleryImage.DefinitionStages.WithCreate |
withGeneralizedWindows()
Specifies that image is a Windows image with OS state as generalized.
|
GalleryImage.DefinitionStages.WithCreate |
withLinux(OperatingSystemStateTypes osState)
Specifies that image is a Linux image.
|
GalleryImage.DefinitionStages.WithCreate |
withWindows(OperatingSystemStateTypes osState)
Specifies that image is a Windows image.
|
GalleryImage.DefinitionStages.WithCreate withGeneralizedWindows()
GalleryImage.DefinitionStages.WithCreate withGeneralizedLinux()
GalleryImage.DefinitionStages.WithCreate withWindows(OperatingSystemStateTypes osState)
osState - operating system stateGalleryImage.DefinitionStages.WithCreate withLinux(OperatingSystemStateTypes osState)
osState - operating system stateCopyright © 2020 Microsoft Corporation. All rights reserved.