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。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Microsoft |
ACTIVATED
Microsoft |
static final
Microsoft |
COMPROMISED
Microsoft |
static final
Microsoft |
DEACTIVATED
Microsoft |
static final
Microsoft |
HIGH_SEVERITY
Microsoft Graph マネージド デバイス |
static final
Microsoft |
LOW_SEVERITY
Microsoft Graph マネージド デバイス |
static final
Microsoft |
MEDIUM_SEVERITY
Microsoft |
static final
Microsoft |
MISCONFIGURED
Microsoft |
static final
Microsoft |
SECURED
Microsoft |
static final
Microsoft |
UNKNOWN
Microsoft |
static final
Microsoft |
UNRESPONSIVE
Microsoft |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
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:
適用対象
Azure SDK for Java