JobStepActionType Class

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

public class JobStepActionType

Defines values for JobStepActionType.

Field Summary

Modifier and Type Field and Description
final JobStepActionType TSQL

Static value TSql for JobStepActionType.

Method Summary

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

Creates or finds a JobStepActionType from its string representation.

Collection<JobStepActionType> values()

Field Details

TSQL

public static final JobStepActionType TSQL= fromString("TSql")

Static value TSql for JobStepActionType.

Method Details

fromString

public static JobStepActionType fromString(String name)

Creates or finds a JobStepActionType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding JobStepActionType

values

public static Collection values()

Returns:

known JobStepActionType values

Applies to