你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphManagedDevicePartnerReportedHealthState 类
- 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。
字段摘要
构造函数摘要
构造函数 | 说明 |
---|---|
MicrosoftGraphManagedDevicePartnerReportedHealthState() |
已放弃
fromString(String name)使用工厂方法。
创建 Microsoft |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
static
Microsoft |
fromString(String name)
从其字符串表示形式创建或查找 Microsoft |
static
Collection<Microsoft |
values()
获取已知的 Microsoft |
方法继承自 ExpandableStringEnum
方法继承自 java.lang.Object
字段详细信息
ACTIVATED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState ACTIVATED
为 MicrosoftGraphManagedDevicePartnerReportedHealthState 激活的静态值。
COMPROMISED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState COMPROMISED
MicrosoftGraphManagedDevicePartnerReportedHealthState 的静态值泄露。
DEACTIVATED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState DEACTIVATED
已停用 MicrosoftGraphManagedDevicePartnerReportedHealthState 的静态值。
HIGH_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState HIGH_SEVERITY
MicrosoftGraphManagedDevicePartnerReportedHealthState 的静态值 highSeverity。
LOW_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState LOW_SEVERITY
MicrosoftGraphManagedDevicePartnerReportedHealthState 的静态值 lowSeverity。
MEDIUM_SEVERITY
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MEDIUM_SEVERITY
MicrosoftGraphManagedDevicePartnerReportedHealthState 的静态值 mediumSeverity。
MISCONFIGURED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState MISCONFIGURED
MicrosoftGraphManagedDevicePartnerReportedHealthState 的静态值配置错误。
SECURED
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState SECURED
MicrosoftGraphManagedDevicePartnerReportedHealthState 保护的静态值。
UNKNOWN
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNKNOWN
MicrosoftGraphManagedDevicePartnerReportedHealthState 的静态值未知。
UNRESPONSIVE
public static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNRESPONSIVE
MicrosoftGraphManagedDevicePartnerReportedHealthState 的静态值无响应。
构造函数详细信息
MicrosoftGraphManagedDevicePartnerReportedHealthState
@Deprecated
public MicrosoftGraphManagedDevicePartnerReportedHealthState()
已放弃
创建 MicrosoftGraphManagedDevicePartnerReportedHealthState 值的新实例。
方法详细信息
fromString
public static MicrosoftGraphManagedDevicePartnerReportedHealthState fromString(String name)
从其字符串表示形式创建或查找 MicrosoftGraphManagedDevicePartnerReportedHealthState。
Parameters:
Returns:
values
public static Collection
获取已知的 MicrosoftGraphManagedDevicePartnerReportedHealthState 值。
Returns: