通过


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

JobStepActionSource Class

public final class JobStepActionSource
extends ExpandableStringEnum<JobStepActionSource>

The source of the action to execute.

Field Summary

Modifier and Type Field and Description
static final JobStepActionSource INLINE

Static value Inline for JobStepActionSource.

Constructor Summary

Constructor Description
JobStepActionSource()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobStepActionSource value.

Method Summary

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

Creates or finds a JobStepActionSource from its string representation.

static Collection<JobStepActionSource> values()

Gets known JobStepActionSource values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INLINE

public static final JobStepActionSource INLINE

Static value Inline for JobStepActionSource.

Constructor Details

JobStepActionSource

@Deprecated
public JobStepActionSource()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobStepActionSource value.

Method Details

fromString

public static JobStepActionSource fromString(String name)

Creates or finds a JobStepActionSource from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding JobStepActionSource.

values

public static Collection<JobStepActionSource> values()

Gets known JobStepActionSource values.

Returns:

known JobStepActionSource values.

Applies to