你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphDeviceManagementExchangeAccessState 类
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphDeviceManagementExchangeAccessState
- com.
- com.
public final class MicrosoftGraphDeviceManagementExchangeAccessState
extends ExpandableStringEnum<MicrosoftGraphDeviceManagementExchangeAccessState>
deviceManagementExchangeAccessState。
字段摘要
修饰符和类型 | 字段和描述 |
---|---|
static final
Microsoft |
ALLOWED
Microsoft |
static final
Microsoft |
BLOCKED
Microsoft |
static final
Microsoft |
NONE
Microsoft |
static final
Microsoft |
QUARANTINED
为 Microsoft |
static final
Microsoft |
UNKNOWN
Microsoft |
构造函数摘要
构造函数 | 说明 |
---|---|
MicrosoftGraphDeviceManagementExchangeAccessState() |
已放弃
fromString(String name)使用工厂方法。
创建 Microsoft |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
static
Microsoft |
fromString(String name)
从其字符串表示形式创建或查找 Microsoft |
static
Collection<Microsoft |
values()
获取已知的 Microsoft |
方法继承自 ExpandableStringEnum
方法继承自 java.lang.Object
字段详细信息
ALLOWED
public static final MicrosoftGraphDeviceManagementExchangeAccessState ALLOWED
MicrosoftGraphDeviceManagementExchangeAccessState 允许的静态值。
BLOCKED
public static final MicrosoftGraphDeviceManagementExchangeAccessState BLOCKED
MicrosoftGraphDeviceManagementExchangeAccessState 阻止的静态值。
NONE
public static final MicrosoftGraphDeviceManagementExchangeAccessState NONE
MicrosoftGraphDeviceManagementExchangeAccessState 的静态值 none。
QUARANTINED
public static final MicrosoftGraphDeviceManagementExchangeAccessState QUARANTINED
为 MicrosoftGraphDeviceManagementExchangeAccessState 隔离的静态值。
UNKNOWN
public static final MicrosoftGraphDeviceManagementExchangeAccessState UNKNOWN
MicrosoftGraphDeviceManagementExchangeAccessState 的静态值未知。
构造函数详细信息
MicrosoftGraphDeviceManagementExchangeAccessState
@Deprecated
public MicrosoftGraphDeviceManagementExchangeAccessState()
已放弃
创建 MicrosoftGraphDeviceManagementExchangeAccessState 值的新实例。
方法详细信息
fromString
public static MicrosoftGraphDeviceManagementExchangeAccessState fromString(String name)
从其字符串表示形式创建或查找 MicrosoftGraphDeviceManagementExchangeAccessState。
Parameters:
Returns:
values
public static Collection
获取已知的 MicrosoftGraphDeviceManagementExchangeAccessState 值。
Returns: