Interface VirtualMachineSku
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineImagesInSkuimages()VirtualMachineOfferoffer()VirtualMachinePublisherpublisher()com.azure.core.management.Regionregion()
-
-
-
Method Detail
-
region
com.azure.core.management.Region region()
- Returns:
- the region where this virtual machine image offer SKU is available
-
publisher
VirtualMachinePublisher publisher()
- Returns:
- the publisher of this virtual machine image offer SKU
-
offer
VirtualMachineOffer offer()
- Returns:
- the virtual machine offer name that this SKU belongs to
-
images
VirtualMachineImagesInSku images()
- Returns:
- virtual machine images in the SKU
-
-