Interface VirtualMachineSku
- All Superinterfaces:
HasName
Represents a virtual machine image SKU.
-
Method Summary
Modifier and TypeMethodDescriptionimages()Gets virtual machine images in the SKU.offer()Gets the virtual machine offer name that this SKU belongs to.Gets the publisher of this virtual machine image offer SKU.com.azure.core.management.Regionregion()Gets the region where this virtual machine image offer SKU is available.
-
Method Details
-
region
com.azure.core.management.Region region()Gets the region where this virtual machine image offer SKU is available.- Returns:
- the region where this virtual machine image offer SKU is available
-
publisher
VirtualMachinePublisher publisher()Gets the publisher of this virtual machine image offer SKU.- Returns:
- the publisher of this virtual machine image offer SKU
-
offer
VirtualMachineOffer offer()Gets the virtual machine offer name that this SKU belongs to.- Returns:
- the virtual machine offer name that this SKU belongs to
-
images
VirtualMachineImagesInSku images()Gets virtual machine images in the SKU.- Returns:
- virtual machine images in the SKU
-