你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphManagedDevicePartnerReportedHealthState 类

public final class MicrosoftGraphManagedDevicePartnerReportedHealthState
extends ExpandableStringEnum<MicrosoftGraphManagedDevicePartnerReportedHealthState>

managedDevicePartnerReportedHealthState。

字段摘要

修饰符和类型 字段和描述
static final MicrosoftGraphManagedDevicePartnerReportedHealthState ACTIVATED

为 MicrosoftGraph托管设备合作伙伴报告的运行状况状态激活的静态值。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState COMPROMISED

MicrosoftGraph托管设备合作伙伴报告的运行状况状态泄露的静态值。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState DEACTIVATED

已停用 MicrosoftGraph托管设备合作伙伴报告的运行状况状态的静态值。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState HIGH_SEVERITY

MicrosoftGraph托管设备合作伙伴报告的运行状况状态的静态值高严重性。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState LOW_SEVERITY

MicrosoftGraph托管设备合作伙伴报告的运行状况状态的静态值低严重性。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState MEDIUM_SEVERITY

MicrosoftGraph托管设备合作伙伴报告的运行状况状态的静态值中等严重性。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState MISCONFIGURED

MicrosoftGraph托管设备合作伙伴报告的运行状况状态配置错误的静态值。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState SECURED

Microsoft Graph托管设备合作伙伴报告的运行状况状态保护的静态值。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNKNOWN

MicrosoftGraph托管设备合作伙伴报告的运行状况状态未知的静态值。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNRESPONSIVE

MicrosoftGraph托管设备合作伙伴报告的运行状况状态的静态值无响应。

构造函数摘要

构造函数 说明
MicrosoftGraphManagedDevicePartnerReportedHealthState()

已放弃

fromString(String name)使用工厂方法。

创建 MicrosoftGraph托管设备合作伙伴报告运行状况值的新实例。

方法摘要

修饰符和类型 方法和描述
static MicrosoftGraphManagedDevicePartnerReportedHealthState fromString(String name)

从其字符串表示形式创建或查找 MicrosoftGraph托管设备合作伙伴报告的运行状况状态。

static Collection<MicrosoftGraphManagedDevicePartnerReportedHealthState> values()

获取已知的 MicrosoftGraph托管设备合作伙伴报告的运行状况状态值。

方法继承自 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()

已放弃

fromString(String name)使用工厂方法。

创建 MicrosoftGraphManagedDevicePartnerReportedHealthState 值的新实例。

方法详细信息

fromString

public static MicrosoftGraphManagedDevicePartnerReportedHealthState fromString(String name)

从其字符串表示形式创建或查找 MicrosoftGraphManagedDevicePartnerReportedHealthState。

Parameters:

name - 要查找的名称。

Returns:

相应的 MicrosoftGraphManagedDevicePartnerReportedHealthState。

values

public static Collection values()

获取已知的 MicrosoftGraphManagedDevicePartnerReportedHealthState 值。

Returns:

已知的 MicrosoftGraphManagedDevicePartnerReportedHealthState 值。

适用于