Interface GalleryImage


public interface GalleryImage
An immutable client-side representation of GalleryImage.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the author property: The author of the gallery image.
    Gets the createdDate property: The creation date of the gallery image.
    Gets the description property: The description of the gallery image.
    Gets the enabled property: Indicates whether this gallery image is enabled.
    Gets the icon property: The icon of the gallery image.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the imageReference property: The image reference of the gallery image.
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.GalleryImageInner object.
    Gets the isPlanAuthorized property: Indicates if the plan has been authorized for programmatic deployment.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the planId property: The third party plan that applies to this image.
    Gets the tags property: Resource tags.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • author

      String author()
      Gets the author property: The author of the gallery image.
      Returns:
      the author value.
    • createdDate

      OffsetDateTime createdDate()
      Gets the createdDate property: The creation date of the gallery image.
      Returns:
      the createdDate value.
    • description

      String description()
      Gets the description property: The description of the gallery image.
      Returns:
      the description value.
    • imageReference

      GalleryImageReference imageReference()
      Gets the imageReference property: The image reference of the gallery image.
      Returns:
      the imageReference value.
    • icon

      String icon()
      Gets the icon property: The icon of the gallery image.
      Returns:
      the icon value.
    • enabled

      Boolean enabled()
      Gets the enabled property: Indicates whether this gallery image is enabled.
      Returns:
      the enabled value.
    • planId

      String planId()
      Gets the planId property: The third party plan that applies to this image.
      Returns:
      the planId value.
    • isPlanAuthorized

      Boolean isPlanAuthorized()
      Gets the isPlanAuthorized property: Indicates if the plan has been authorized for programmatic deployment.
      Returns:
      the isPlanAuthorized value.
    • innerModel

      GalleryImageInner innerModel()
      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.GalleryImageInner object.
      Returns:
      the inner object.