Class ImageState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ImageState>
com.azure.resourcemanager.compute.models.ImageState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ImageState extends com.azure.core.util.ExpandableStringEnum<ImageState>
Describes the state of the image.
  • Field Details

    • ACTIVE

      public static final ImageState ACTIVE
      Static value Active for ImageState.
    • SCHEDULED_FOR_DEPRECATION

      public static final ImageState SCHEDULED_FOR_DEPRECATION
      Static value ScheduledForDeprecation for ImageState.
    • DEPRECATED

      public static final ImageState DEPRECATED
      Static value Deprecated for ImageState.
  • Constructor Details

  • Method Details

    • fromString

      public static ImageState fromString(String name)
      Creates or finds a ImageState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ImageState.
    • values

      public static Collection<ImageState> values()
      Gets known ImageState values.
      Returns:
      known ImageState values.