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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java