Interface VirtualMachineOffer

All Superinterfaces:
HasName

public interface VirtualMachineOffer extends HasName
Represents a virtual machine image offer.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the publisher of this virtual machine image offer.
    com.azure.core.management.Region
    Gets the region where this virtual machine image offer is available.
    Gets virtual machine image SKUs available in this offer.

    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 is available.
      Returns:
      the region where this virtual machine image offer is available
    • publisher

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

      Gets virtual machine image SKUs available in this offer.
      Returns:
      virtual machine image SKUs available in this offer