Uses of Class
com.azure.resourcemanager.automation.models.AutomationKeyName
Packages that use AutomationKeyName
Package
Description
Package containing the data models for AutomationClient.
-
Uses of AutomationKeyName in com.azure.resourcemanager.automation.models
Fields in com.azure.resourcemanager.automation.models declared as AutomationKeyNameModifier and TypeFieldDescriptionstatic final AutomationKeyName
AutomationKeyName.PRIMARY
Static value Primary for AutomationKeyName.static final AutomationKeyName
AutomationKeyName.SECONDARY
Static value Secondary for AutomationKeyName.Methods in com.azure.resourcemanager.automation.models that return AutomationKeyNameModifier and TypeMethodDescriptionstatic AutomationKeyName
AutomationKeyName.fromString
(String name) Creates or finds a AutomationKeyName from its string representation.Key.keyName()
Get the keyName property: Automation key name.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type AutomationKeyNameModifier and TypeMethodDescriptionstatic Collection
<AutomationKeyName> AutomationKeyName.values()
Gets known AutomationKeyName values.