QueryTimeGrainType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. QueryTimeGrainType
- com.
- com.
public final class QueryTimeGrainType
extends ExpandableStringEnum<QueryTimeGrainType>
Interval type (length).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Query |
P1D
Static value P1D for Query |
static final
Query |
PT1H
Static value PT1H for Query |
Constructor Summary
Constructor | Description |
---|---|
QueryTimeGrainType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Query |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Query |
fromString(String name)
Creates or finds a Query |
static
Collection<Query |
values()
Gets known Query |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
P1D
public static final QueryTimeGrainType P1D
Static value P1D for QueryTimeGrainType.
PT1H
public static final QueryTimeGrainType PT1H
Static value PT1H for QueryTimeGrainType.
Constructor Details
QueryTimeGrainType
@Deprecated
public QueryTimeGrainType()
Deprecated
Creates a new instance of QueryTimeGrainType value.
Method Details
fromString
public static QueryTimeGrainType fromString(String name)
Creates or finds a QueryTimeGrainType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known QueryTimeGrainType values.
Returns:
Applies to
Azure SDK for Java