Class MicrosoftGraphManagedDevicePartnerReportedHealthState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphManagedDevicePartnerReportedHealthState>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedDevicePartnerReportedHealthState
public final class MicrosoftGraphManagedDevicePartnerReportedHealthState
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphManagedDevicePartnerReportedHealthState>
managedDevicePartnerReportedHealthState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionStatic value activated for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value compromised for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value deactivated for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value highSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value lowSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value mediumSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value misconfigured for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value secured for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value unknown for MicrosoftGraphManagedDevicePartnerReportedHealthState.Static value unresponsive for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphManagedDevicePartnerReportedHealthState from its string representation.values()Gets known MicrosoftGraphManagedDevicePartnerReportedHealthState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value unknown for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
ACTIVATED
Static value activated for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
DEACTIVATED
Static value deactivated for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
SECURED
Static value secured for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
LOW_SEVERITY
Static value lowSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
MEDIUM_SEVERITY
Static value mediumSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
HIGH_SEVERITY
Static value highSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
UNRESPONSIVE
Static value unresponsive for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
COMPROMISED
Static value compromised for MicrosoftGraphManagedDevicePartnerReportedHealthState. -
MISCONFIGURED
Static value misconfigured for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
-
Constructor Details
-
MicrosoftGraphManagedDevicePartnerReportedHealthState
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphManagedDevicePartnerReportedHealthState value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphManagedDevicePartnerReportedHealthState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
values
Gets known MicrosoftGraphManagedDevicePartnerReportedHealthState values.- Returns:
- known MicrosoftGraphManagedDevicePartnerReportedHealthState values.
-
fromString(String)factory method.