Class RunbookState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunbookState>
com.azure.resourcemanager.automation.models.RunbookState
Gets or sets the state of the runbook.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RunbookState
Static value Edit for RunbookState.static final RunbookState
Static value New for RunbookState.static final RunbookState
Static value Published for RunbookState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RunbookState
fromString
(String name) Creates or finds a RunbookState from its string representation.static Collection<RunbookState>
values()
Gets known RunbookState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NEW
Static value New for RunbookState. -
EDIT
Static value Edit for RunbookState. -
PUBLISHED
Static value Published for RunbookState.
-
-
Constructor Details
-
RunbookState
public RunbookState()
-
-
Method Details
-
fromString
Creates or finds a RunbookState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RunbookState.
-
values
Gets known RunbookState values.- Returns:
- known RunbookState values.
-