public static enum LogAnalyticsMetric.Operator extends Enum<LogAnalyticsMetric.Operator>
operator
| Enum Constant and Description |
|---|
ContainsIgnoreCase |
EqualIgnoreCase |
InIgnoreCase |
NotNull |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
static LogAnalyticsMetric.Operator |
create(String key) |
String |
getValue() |
static LogAnalyticsMetric.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAnalyticsMetric.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogAnalyticsMetric.Operator ContainsIgnoreCase
public static final LogAnalyticsMetric.Operator InIgnoreCase
public static final LogAnalyticsMetric.Operator EqualIgnoreCase
public static final LogAnalyticsMetric.Operator NotNull
public static final LogAnalyticsMetric.Operator UnknownEnumValue
public static LogAnalyticsMetric.Operator[] values()
for (LogAnalyticsMetric.Operator c : LogAnalyticsMetric.Operator.values()) System.out.println(c);
public static LogAnalyticsMetric.Operator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public static LogAnalyticsMetric.Operator create(String key)
Copyright © 2016–2021. All rights reserved.