Interface VirtualMachineSku
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
public interface VirtualMachineSku
extends com.azure.resourcemanager.resources.fluentcore.arm.models.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.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
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
-