Uses of Class
com.azure.resourcemanager.automation.models.RunbookState
Packages that use RunbookState
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookState in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return RunbookStateModifier and TypeMethodDescriptionRunbookInner.state()
Get the state property: Gets or sets the state of the runbook.RunbookPropertiesInner.state()
Get the state property: Gets or sets the state of the runbook.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type RunbookStateModifier and TypeMethodDescriptionRunbookInner.withState
(RunbookState state) Set the state property: Gets or sets the state of the runbook.RunbookPropertiesInner.withState
(RunbookState state) Set the state property: Gets or sets the state of the runbook. -
Uses of RunbookState in com.azure.resourcemanager.automation.models
Fields in com.azure.resourcemanager.automation.models declared as RunbookStateModifier and TypeFieldDescriptionstatic final RunbookState
RunbookState.EDIT
Static value Edit for RunbookState.static final RunbookState
RunbookState.NEW
Static value New for RunbookState.static final RunbookState
RunbookState.PUBLISHED
Static value Published for RunbookState.Methods in com.azure.resourcemanager.automation.models that return RunbookStateModifier and TypeMethodDescriptionstatic RunbookState
RunbookState.fromString
(String name) Creates or finds a RunbookState from its string representation.Runbook.state()
Gets the state property: Gets or sets the state of the runbook.RunbookProperties.state()
Gets the state property: Gets or sets the state of the runbook.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type RunbookStateModifier and TypeMethodDescriptionstatic Collection
<RunbookState> RunbookState.values()
Gets known RunbookState values.