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 Type
    Method
    Description
    Gets virtual machine images in the SKU.
    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.Region
    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

      Gets the publisher of this virtual machine image offer SKU.
      Returns:
      the publisher of this virtual machine image offer SKU
    • offer

      Gets the virtual machine offer name that this SKU belongs to.
      Returns:
      the virtual machine offer name that this SKU belongs to
    • images

      Gets virtual machine images in the SKU.
      Returns:
      virtual machine images in the SKU