GalleryApplicationScriptRebootBehavior Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. GalleryApplicationScriptRebootBehavior
- com.
- com.
public final class GalleryApplicationScriptRebootBehavior
extends 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 Summary
Modifier and Type | Field and Description |
---|---|
static final
Gallery |
NONE
Static value None for Gallery |
static final
Gallery |
RERUN
Static value Rerun for Gallery |
Constructor Summary
Constructor | Description |
---|---|
GalleryApplicationScriptRebootBehavior() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Gallery |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gallery |
fromString(String name)
Creates or finds a Gallery |
static
Collection<Gallery |
values()
Gets known Gallery |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final GalleryApplicationScriptRebootBehavior NONE
Static value None for GalleryApplicationScriptRebootBehavior.
RERUN
public static final GalleryApplicationScriptRebootBehavior RERUN
Static value Rerun for GalleryApplicationScriptRebootBehavior.
Constructor Details
GalleryApplicationScriptRebootBehavior
@Deprecated
public GalleryApplicationScriptRebootBehavior()
Deprecated
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:
Returns:
values
public static Collection
Gets known GalleryApplicationScriptRebootBehavior values.
Returns:
Applies to
Azure SDK for Java