通过


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

SqlAgentConfigurationPropertiesState Class

public final class SqlAgentConfigurationPropertiesState
extends ExpandableStringEnum<SqlAgentConfigurationPropertiesState>

The state of Sql Agent.

Field Summary

Modifier and Type Field and Description
static final SqlAgentConfigurationPropertiesState DISABLED

Static value Disabled for SqlAgentConfigurationPropertiesState.

static final SqlAgentConfigurationPropertiesState ENABLED

Static value Enabled for SqlAgentConfigurationPropertiesState.

Constructor Summary

Constructor Description
SqlAgentConfigurationPropertiesState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlAgentConfigurationPropertiesState value.

Method Summary

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

Creates or finds a SqlAgentConfigurationPropertiesState from its string representation.

static Collection<SqlAgentConfigurationPropertiesState> values()

Gets known SqlAgentConfigurationPropertiesState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final SqlAgentConfigurationPropertiesState DISABLED

Static value Disabled for SqlAgentConfigurationPropertiesState.

ENABLED

public static final SqlAgentConfigurationPropertiesState ENABLED

Static value Enabled for SqlAgentConfigurationPropertiesState.

Constructor Details

SqlAgentConfigurationPropertiesState

@Deprecated
public SqlAgentConfigurationPropertiesState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SqlAgentConfigurationPropertiesState value.

Method Details

fromString

public static SqlAgentConfigurationPropertiesState fromString(String name)

Creates or finds a SqlAgentConfigurationPropertiesState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SqlAgentConfigurationPropertiesState.

values

public static Collection<SqlAgentConfigurationPropertiesState> values()

Gets known SqlAgentConfigurationPropertiesState values.

Returns:

known SqlAgentConfigurationPropertiesState values.

Applies to