Class QueryType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<QueryType>
com.azure.resourcemanager.monitor.models.QueryType

public final class QueryType extends com.azure.core.util.ExpandableStringEnum<QueryType>
Defines values for QueryType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QueryType
    Static value ResultCount for QueryType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static QueryType
    Creates or finds a QueryType from its string representation.
     

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • RESULT_COUNT

      public static final QueryType RESULT_COUNT
      Static value ResultCount for QueryType.
  • Constructor Details

    • QueryType

      public QueryType()
  • Method Details

    • fromString

      public static QueryType fromString(String name)
      Creates or finds a QueryType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding QueryType.
    • values

      public static Collection<QueryType> values()
      Returns:
      known QueryType values.