@Beta(value=V1_15_0)
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.
|
@Beta(value=V1_15_0) GalleryImage.DefinitionStages.WithCreate withGeneralizedWindows()
@Beta(value=V1_15_0) GalleryImage.DefinitionStages.WithCreate withGeneralizedLinux()
@Beta(value=V1_15_0) GalleryImage.DefinitionStages.WithCreate withWindows(OperatingSystemStateTypes osState)
osState - operating system state@Beta(value=V1_15_0) GalleryImage.DefinitionStages.WithCreate withLinux(OperatingSystemStateTypes osState)
osState - operating system state/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/