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>
Defines values for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphManagedDevicePartnerReportedHealthState
ACTIVATED
Static value activated for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
COMPROMISED
Static value compromised for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
DEACTIVATED
Static value deactivated for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
HIGH_SEVERITY
Static value highSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
LOW_SEVERITY
Static value lowSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
MEDIUM_SEVERITY
Static value mediumSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
MISCONFIGURED
Static value misconfigured for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
SECURED
Static value secured for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
UNKNOWN
Static value unknown for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthState
UNRESPONSIVE
Static value unresponsive for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphManagedDevicePartnerReportedHealthState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphManagedDevicePartnerReportedHealthState
fromString(String name)
Creates or finds a MicrosoftGraphManagedDevicePartnerReportedHealthState from its string representation.static Collection<MicrosoftGraphManagedDevicePartnerReportedHealthState>
values()
-
-
-
Field Detail
-
UNKNOWN
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNKNOWN
Static value unknown for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
ACTIVATED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState ACTIVATED
Static value activated for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
DEACTIVATED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState DEACTIVATED
Static value deactivated for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
SECURED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState SECURED
Static value secured for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
LOW_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState LOW_SEVERITY
Static value lowSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
MEDIUM_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MEDIUM_SEVERITY
Static value mediumSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
HIGH_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState HIGH_SEVERITY
Static value highSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
UNRESPONSIVE
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNRESPONSIVE
Static value unresponsive for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
COMPROMISED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState COMPROMISED
Static value compromised for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
MISCONFIGURED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MISCONFIGURED
Static value misconfigured for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
-
Method Detail
-
fromString
public static MicrosoftGraphManagedDevicePartnerReportedHealthState fromString(String name)
Creates or finds a MicrosoftGraphManagedDevicePartnerReportedHealthState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
values
public static Collection<MicrosoftGraphManagedDevicePartnerReportedHealthState> values()
- Returns:
- known MicrosoftGraphManagedDevicePartnerReportedHealthState values.
-
-