次の方法で共有


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

Microsoft Graph マネージド デバイスパートナーの報告された正常性状態の静的な値の重要度が高い

static final MicrosoftGraphManagedDevicePartnerReportedHealthState LOW_SEVERITY

Microsoft Graph マネージド デバイスパートナーの報告された正常性状態の静的な値低重大度

static final MicrosoftGraphManagedDevicePartnerReportedHealthState MEDIUM_SEVERITY

MicrosoftGraphマネージドデバイスパートナーの報告された正常性状態の静的な値中の重大度。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState MISCONFIGURED

MicrosoftGraphマネージドデバイスパートナーの報告された正常性状態に対して静的な値が正しく構成されていません。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState SECURED

MicrosoftGraphマネージドデバイスパートナーの報告された正常性状態に対してセキュリティで保護された静的な値。

static final MicrosoftGraphManagedDevicePartnerReportedHealthState UNKNOWN

MicrosoftGraphManagedDevicePartnerReportedHealthState の静的な値は不明です。

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 値。

適用対象