Class ImageReference

java.lang.Object
com.azure.resourcemanager.hybridnetwork.models.ImageReference

public final class ImageReference extends Object
The image reference properties.
  • Constructor Details

    • ImageReference

      public ImageReference()
      Creates an instance of ImageReference class.
  • Method Details

    • publisher

      public String publisher()
      Get the publisher property: The image publisher.
      Returns:
      the publisher value.
    • withPublisher

      public ImageReference withPublisher(String publisher)
      Set the publisher property: The image publisher.
      Parameters:
      publisher - the publisher value to set.
      Returns:
      the ImageReference object itself.
    • offer

      public String offer()
      Get the offer property: Specifies the offer of the image used to create the virtual machine.
      Returns:
      the offer value.
    • withOffer

      public ImageReference withOffer(String offer)
      Set the offer property: Specifies the offer of the image used to create the virtual machine.
      Parameters:
      offer - the offer value to set.
      Returns:
      the ImageReference object itself.
    • sku

      public String sku()
      Get the sku property: The image SKU.
      Returns:
      the sku value.
    • withSku

      public ImageReference withSku(String sku)
      Set the sku property: The image SKU.
      Parameters:
      sku - the sku value to set.
      Returns:
      the ImageReference object itself.
    • version

      public String version()
      Get the version property: Specifies the version of the image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available.
      Returns:
      the version value.
    • withVersion

      public ImageReference withVersion(String version)
      Set the version property: Specifies the version of the image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available.
      Parameters:
      version - the version value to set.
      Returns:
      the ImageReference object itself.
    • exactVersion

      public String exactVersion()
      Get the exactVersion property: Specifies in decimal numbers, the exact version of image used to create the virtual machine.
      Returns:
      the exactVersion value.
    • withExactVersion

      public ImageReference withExactVersion(String exactVersion)
      Set the exactVersion property: Specifies in decimal numbers, the exact version of image used to create the virtual machine.
      Parameters:
      exactVersion - the exactVersion value to set.
      Returns:
      the ImageReference object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.