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 MicrosoftGraphManagedDevicePartnerReportedHealthStateACTIVATEDStatic value activated for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateCOMPROMISEDStatic value compromised for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateDEACTIVATEDStatic value deactivated for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateHIGH_SEVERITYStatic value highSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateLOW_SEVERITYStatic value lowSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateMEDIUM_SEVERITYStatic value mediumSeverity for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateMISCONFIGUREDStatic value misconfigured for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateSECUREDStatic value secured for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateUNKNOWNStatic value unknown for MicrosoftGraphManagedDevicePartnerReportedHealthState.static MicrosoftGraphManagedDevicePartnerReportedHealthStateUNRESPONSIVEStatic value unresponsive for MicrosoftGraphManagedDevicePartnerReportedHealthState.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphManagedDevicePartnerReportedHealthState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphManagedDevicePartnerReportedHealthStatefromString(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.
-
-