通过


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

ServerWorkspaceFeature Class

public final class ServerWorkspaceFeature
extends ExpandableStringEnum<ServerWorkspaceFeature>

Whether or not existing server has a workspace created and if it allows connection from workspace.

Field Summary

Modifier and Type Field and Description
static final ServerWorkspaceFeature CONNECTED

Static value Connected for ServerWorkspaceFeature.

static final ServerWorkspaceFeature DISCONNECTED

Static value Disconnected for ServerWorkspaceFeature.

Constructor Summary

Constructor Description
ServerWorkspaceFeature()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServerWorkspaceFeature value.

Method Summary

Modifier and Type Method and Description
static ServerWorkspaceFeature fromString(String name)

Creates or finds a ServerWorkspaceFeature from its string representation.

static Collection<ServerWorkspaceFeature> values()

Gets known ServerWorkspaceFeature values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONNECTED

public static final ServerWorkspaceFeature CONNECTED

Static value Connected for ServerWorkspaceFeature.

DISCONNECTED

public static final ServerWorkspaceFeature DISCONNECTED

Static value Disconnected for ServerWorkspaceFeature.

Constructor Details

ServerWorkspaceFeature

@Deprecated
public ServerWorkspaceFeature()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServerWorkspaceFeature value.

Method Details

fromString

public static ServerWorkspaceFeature fromString(String name)

Creates or finds a ServerWorkspaceFeature from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServerWorkspaceFeature.

values

public static Collection<ServerWorkspaceFeature> values()

Gets known ServerWorkspaceFeature values.

Returns:

known ServerWorkspaceFeature values.

Applies to