DataStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. monitor. models. DataStatus
- com.
- com.
public final class DataStatus
extends ExpandableStringEnum<DataStatus>
The status of VM Insights data from the resource. When reported as `present` the data array will contain information about the data containers to which data for the specified resource is being routed.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Data |
NOT_PRESENT
Static value not |
static final
Data |
PRESENT
Static value present for Data |
Constructor Summary
Constructor | Description |
---|---|
DataStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Data |
fromString(String name)
Creates or finds a Data |
static
Collection<Data |
values()
Gets known Data |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NOT_PRESENT
public static final DataStatus NOT_PRESENT
Static value notPresent for DataStatus.
PRESENT
public static final DataStatus PRESENT
Static value present for DataStatus.
Constructor Details
DataStatus
@Deprecated
public DataStatus()
Deprecated
Creates a new instance of DataStatus value.
Method Details
fromString
public static DataStatus fromString(String name)
Creates or finds a DataStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DataStatus values.
Returns:
Applies to
Azure SDK for Java