Class AutomationKeyName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AutomationKeyName>
com.azure.resourcemanager.automation.models.AutomationKeyName
public final class AutomationKeyName
extends com.azure.core.util.ExpandableStringEnum<AutomationKeyName>
Automation key name.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AutomationKeyName
Static value Primary for AutomationKeyName.static final AutomationKeyName
Static value Secondary for AutomationKeyName. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AutomationKeyName
fromString
(String name) Creates or finds a AutomationKeyName from its string representation.static Collection<AutomationKeyName>
values()
Gets known AutomationKeyName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PRIMARY
Static value Primary for AutomationKeyName. -
SECONDARY
Static value Secondary for AutomationKeyName.
-
-
Constructor Details
-
AutomationKeyName
public AutomationKeyName()
-
-
Method Details
-
fromString
Creates or finds a AutomationKeyName from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AutomationKeyName.
-
values
Gets known AutomationKeyName values.- Returns:
- known AutomationKeyName values.
-