MicrosoftGraphManagedDevicePartnerReportedHealthState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphManagedDevicePartnerReportedHealthState
- com.
- com.
public final class MicrosoftGraphManagedDevicePartnerReportedHealthState
extends ExpandableStringEnum<MicrosoftGraphManagedDevicePartnerReportedHealthState>
managedDevicePartnerReportedHealthState.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
ACTIVATED
Static value activated for Microsoft |
static final
Microsoft |
COMPROMISED
Static value compromised for Microsoft |
static final
Microsoft |
DEACTIVATED
Static value deactivated for Microsoft |
static final
Microsoft |
HIGH_SEVERITY
Static value high |
static final
Microsoft |
LOW_SEVERITY
Static value low |
static final
Microsoft |
MEDIUM_SEVERITY
Static value medium |
static final
Microsoft |
MISCONFIGURED
Static value misconfigured for Microsoft |
static final
Microsoft |
SECURED
Static value secured for Microsoft |
static final
Microsoft |
UNKNOWN
Static value unknown for Microsoft |
static final
Microsoft |
UNRESPONSIVE
Static value unresponsive for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphManagedDevicePartnerReportedHealthState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVATED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState ACTIVATED
Static value activated for MicrosoftGraphManagedDevicePartnerReportedHealthState.
COMPROMISED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState COMPROMISED
Static value compromised for MicrosoftGraphManagedDevicePartnerReportedHealthState.
DEACTIVATED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState DEACTIVATED
Static value deactivated for MicrosoftGraphManagedDevicePartnerReportedHealthState.
HIGH_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState HIGH_SEVERITY
Static value highSeverity 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.
MISCONFIGURED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MISCONFIGURED
Static value misconfigured for MicrosoftGraphManagedDevicePartnerReportedHealthState.
SECURED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState SECURED
Static value secured for MicrosoftGraphManagedDevicePartnerReportedHealthState.
UNKNOWN
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNKNOWN
Static value unknown for MicrosoftGraphManagedDevicePartnerReportedHealthState.
UNRESPONSIVE
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNRESPONSIVE
Static value unresponsive for MicrosoftGraphManagedDevicePartnerReportedHealthState.
Constructor Details
MicrosoftGraphManagedDevicePartnerReportedHealthState
@Deprecated
public MicrosoftGraphManagedDevicePartnerReportedHealthState()
Deprecated
Creates a new instance of MicrosoftGraphManagedDevicePartnerReportedHealthState value.
Method Details
fromString
public static MicrosoftGraphManagedDevicePartnerReportedHealthState fromString(String name)
Creates or finds a MicrosoftGraphManagedDevicePartnerReportedHealthState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphManagedDevicePartnerReportedHealthState values.
Returns: