JobStepActionSource Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<JobStepActionSource>
      • com.microsoft.azure.management.sql.JobStepActionSource

public class JobStepActionSource

Defines values for JobStepActionSource.

Field Summary

Modifier and Type Field and Description
final JobStepActionSource INLINE

Static value Inline for JobStepActionSource.

Method Summary

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

Creates or finds a JobStepActionSource from its string representation.

Collection<JobStepActionSource> values()

Field Details

INLINE

public static final JobStepActionSource INLINE= fromString("Inline")

Static value Inline for JobStepActionSource.

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 values()

Returns:

known JobStepActionSource values

Applies to