KnownWindowsVirtualMachineImage Enum
- java.
lang. Object - java.
lang. Enum<KnownWindowsVirtualMachineImage> - com.
microsoft. azure. management. compute. KnownWindowsVirtualMachineImage
- com.
- java.
public enum KnownWindowsVirtualMachineImage
The popular Azure Windows images.
Fields
WINDOWS_SERVER_2008_R2_SP1 |
Windows Server 2008 R2 SP1. |
WINDOWS_SERVER_2012_DATACENTER |
Windows Server 2012 Data center. |
WINDOWS_SERVER_2012_R2_DATACENTER |
Windows Server 2012 R2 Data center. |
WINDOWS_SERVER_2016_TECHNICAL_PREVIEW_WITH_CONTAINERS |
Windows Server 2016 technical preview with container support. |
WINDOWS_SERVER_TECHNICAL_PREVIEW |
Windows Server 2016 technical preview. |
Methods
imageReference()
offer()
public String offer()
Returns
String
the name of the image offer
publisher()
public String publisher()
Returns
String
the name of the image publisher
sku()
public String sku()
Returns
String
the name of the image SKU
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java