Class GalleryApplicationScriptRebootBehavior

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

public final class GalleryApplicationScriptRebootBehavior extends com.azure.core.util.ExpandableStringEnum<GalleryApplicationScriptRebootBehavior>
Optional. The action to be taken with regards to install/update/remove of the gallery application in the event of a reboot.
  • Field Details

  • Constructor Details

    • GalleryApplicationScriptRebootBehavior

      @Deprecated public GalleryApplicationScriptRebootBehavior()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of GalleryApplicationScriptRebootBehavior value.
  • Method Details

    • fromString

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

      Gets known GalleryApplicationScriptRebootBehavior values.
      Returns:
      known GalleryApplicationScriptRebootBehavior values.