Class ExecutionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExecutionType>
com.azure.resourcemanager.costmanagement.models.ExecutionType
The type of the export run.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExecutionTypeStatic value OnDemand for ExecutionType.static final ExecutionTypeStatic value Scheduled for ExecutionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionTypefromString(String name) Creates or finds a ExecutionType from its string representation.static Collection<ExecutionType>values()Gets known ExecutionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ON_DEMAND
Static value OnDemand for ExecutionType. -
SCHEDULED
Static value Scheduled for ExecutionType.
-
-
Constructor Details
-
ExecutionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExecutionType value.
-
-
Method Details
-
fromString
Creates or finds a ExecutionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExecutionType.
-
values
Gets known ExecutionType values.- Returns:
- known ExecutionType values.
-
fromString(String)factory method.