Class LoggerType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LoggerType>
com.azure.resourcemanager.apimanagement.models.LoggerType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Logger type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LoggerTypeStatic value applicationInsights for LoggerType.static final LoggerTypeStatic value azureEventHub for LoggerType.static final LoggerTypeStatic value azureMonitor for LoggerType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LoggerTypefromString(String name) Creates or finds a LoggerType from its string representation.static Collection<LoggerType> values()Gets known LoggerType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE_EVENT_HUB
Static value azureEventHub for LoggerType. -
APPLICATION_INSIGHTS
Static value applicationInsights for LoggerType. -
AZURE_MONITOR
Static value azureMonitor for LoggerType.
-
-
Constructor Details
-
LoggerType
Deprecated.Use thefromString(String)factory method.Creates a new instance of LoggerType value.
-
-
Method Details
-
fromString
Creates or finds a LoggerType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LoggerType.
-
values
Gets known LoggerType values.- Returns:
- known LoggerType values.
-
fromString(String)factory method.