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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java