MicrosoftGraphMdmAuthority クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphMdmAuthority
- com.
- com.
public final class MicrosoftGraphMdmAuthority
extends ExpandableStringEnum<MicrosoftGraphMdmAuthority>
mdmAuthority。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Microsoft |
INTUNE
Microsoft |
static final
Microsoft |
OFFICE365
Microsoft |
static final
Microsoft |
SCCM
Microsoft |
static final
Microsoft |
UNKNOWN
Microsoft |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
MicrosoftGraphMdmAuthority() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
Microsoft |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Microsoft |
fromString(String name)
Microsoft |
static
Collection<Microsoft |
values()
既知の Microsoft |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
INTUNE
public static final MicrosoftGraphMdmAuthority INTUNE
MicrosoftGraphMdmAuthority の静的な値 intune。
OFFICE365
public static final MicrosoftGraphMdmAuthority OFFICE365
MicrosoftGraphMdmAuthority の静的値 office365。
SCCM
public static final MicrosoftGraphMdmAuthority SCCM
MicrosoftGraphMdmAuthority の静的値 sccm。
UNKNOWN
public static final MicrosoftGraphMdmAuthority UNKNOWN
MicrosoftGraphMdmAuthority の静的な値は不明です。
コンストラクターの詳細
MicrosoftGraphMdmAuthority
@Deprecated
public MicrosoftGraphMdmAuthority()
非推奨
MicrosoftGraphMdmAuthority 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static MicrosoftGraphMdmAuthority fromString(String name)
文字列表現から MicrosoftGraphMdmAuthority を作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の MicrosoftGraphMdmAuthority 値を取得します。
Returns:
適用対象
Azure SDK for Java