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

MicrosoftGraphMdmAuthority 类

public final class MicrosoftGraphMdmAuthority
extends ExpandableStringEnum<MicrosoftGraphMdmAuthority>

mdmAuthority。

字段摘要

修饰符和类型 字段和描述
static final MicrosoftGraphMdmAuthority INTUNE

MicrosoftGraphMdmAuthority 的静态值 intune。

static final MicrosoftGraphMdmAuthority OFFICE365

Microsoft GraphMdmAuthority 的静态值 office365。

static final MicrosoftGraphMdmAuthority SCCM

MicrosoftGraphMdmAuthority 的静态值 sccm。

static final MicrosoftGraphMdmAuthority UNKNOWN

MicrosoftGraphMdmAuthority 未知的静态值。

构造函数摘要

构造函数 说明
MicrosoftGraphMdmAuthority()

已放弃

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

创建 MicrosoftGraphMdmAuthority 值的新实例。

方法摘要

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

从其字符串表示形式创建或查找 MicrosoftGraphMdm机构。

static Collection<MicrosoftGraphMdmAuthority> values()

获取已知的 MicrosoftGraphMdmAuthority 值。

方法继承自 ExpandableStringEnum

方法继承自 java.lang.Object

字段详细信息

INTUNE

public static final MicrosoftGraphMdmAuthority INTUNE

MicrosoftGraphMdmAuthority 的静态值 intune。

OFFICE365

public static final MicrosoftGraphMdmAuthority OFFICE365

静态值 office365 for MicrosoftGraphMdmAuthority。

SCCM

public static final MicrosoftGraphMdmAuthority SCCM

MicrosoftGraphMdmAuthority 的静态值 sccm。

UNKNOWN

public static final MicrosoftGraphMdmAuthority UNKNOWN

MicrosoftGraphMdmAuthority 的静态值未知。

构造函数详细信息

MicrosoftGraphMdmAuthority

@Deprecated
public MicrosoftGraphMdmAuthority()

已放弃

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

创建 MicrosoftGraphMdmAuthority 值的新实例。

方法详细信息

fromString

public static MicrosoftGraphMdmAuthority fromString(String name)

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

Parameters:

name - 要查找的名称。

Returns:

相应的 MicrosoftGraphMdmAuthority。

values

public static Collection values()

获取已知的 MicrosoftGraphMdmAuthority 值。

Returns:

已知的 MicrosoftGraphMdmAuthority 值。

适用于