Class AlwaysLog
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlwaysLog>
com.azure.resourcemanager.apimanagement.models.AlwaysLog
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Specifies for what type of messages sampling settings should not apply.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlwaysLogfromString(String name) Creates or finds a AlwaysLog from its string representation.static Collection<AlwaysLog> values()Gets known AlwaysLog values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ALL_ERRORS
Static value allErrors for AlwaysLog.
-
-
Constructor Details
-
AlwaysLog
Deprecated.Use thefromString(String)factory method.Creates a new instance of AlwaysLog value.
-
-
Method Details
-
fromString
Creates or finds a AlwaysLog from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AlwaysLog.
-
values
Gets known AlwaysLog values.- Returns:
- known AlwaysLog values.
-
fromString(String)factory method.