Uses of Class
com.azure.resourcemanager.monitor.models.DataStatus
Packages that use DataStatus
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of DataStatus in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return DataStatusModifier and TypeMethodDescriptionVMInsightsOnboardingStatusInner.dataStatus()Get the dataStatus property: The status of VM Insights data from the resource.VMInsightsOnboardingStatusProperties.dataStatus()Get the dataStatus property: The status of VM Insights data from the resource.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type DataStatusModifier and TypeMethodDescriptionVMInsightsOnboardingStatusInner.withDataStatus(DataStatus dataStatus) Set the dataStatus property: The status of VM Insights data from the resource.VMInsightsOnboardingStatusProperties.withDataStatus(DataStatus dataStatus) Set the dataStatus property: The status of VM Insights data from the resource. -
Uses of DataStatus in com.azure.resourcemanager.monitor.models
Subclasses with type arguments of type DataStatus in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classThe status of VM Insights data from the resource.Fields in com.azure.resourcemanager.monitor.models declared as DataStatusModifier and TypeFieldDescriptionstatic final DataStatusDataStatus.NOT_PRESENTStatic value notPresent for DataStatus.static final DataStatusDataStatus.PRESENTStatic value present for DataStatus.Methods in com.azure.resourcemanager.monitor.models that return DataStatusModifier and TypeMethodDescriptionstatic DataStatusDataStatus.fromString(String name) Creates or finds a DataStatus from its string representation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type DataStatusModifier and TypeMethodDescriptionstatic Collection<DataStatus> DataStatus.values()Gets known DataStatus values.