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

LargeFileSharesState 类

public final class LargeFileSharesState
extends ExpandableStringEnum<LargeFileSharesState>

如果设置为“已启用”,则允许大型文件共享。 启用后,无法禁用它。

字段摘要

修饰符和类型 字段和描述
static final LargeFileSharesState DISABLED

静态值已禁用大型文件共享状态。

static final LargeFileSharesState ENABLED

为大型文件共享状态启用静态值。

构造函数摘要

构造函数 说明
LargeFileSharesState()

已放弃

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

创建大型文件共享状态值的新实例。

方法摘要

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

从其字符串表示形式创建或查找大型文件共享状态。

static Collection<LargeFileSharesState> values()

获取已知的大型文件共享状态值。

方法继承自 ExpandableStringEnum

方法继承自 java.lang.Object

字段详细信息

DISABLED

public static final LargeFileSharesState DISABLED

已禁用 LargeFileSharesState 的静态值。

ENABLED

public static final LargeFileSharesState ENABLED

为 LargeFileSharesState 启用静态值。

构造函数详细信息

LargeFileSharesState

@Deprecated
public LargeFileSharesState()

已放弃

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

创建 LargeFileSharesState 值的新实例。

方法详细信息

fromString

public static LargeFileSharesState fromString(String name)

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

Parameters:

name - 要查找的名称。

Returns:

相应的 LargeFileSharesState。

values

public static Collection values()

获取已知的 LargeFileSharesState 值。

Returns:

已知的 LargeFileSharesState 值。

适用于