JobStepOutputType Class

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

public class JobStepOutputType

Defines values for JobStepOutputType.

Field Summary

Modifier and Type Field and Description
final JobStepOutputType SQL_DATABASE

Static value SqlDatabase for JobStepOutputType.

Method Summary

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

Creates or finds a JobStepOutputType from its string representation.

Collection<JobStepOutputType> values()

Field Details

SQL_DATABASE

public static final JobStepOutputType SQL_DATABASE= fromString("SqlDatabase")

Static value SqlDatabase for JobStepOutputType.

Method Details

fromString

public static JobStepOutputType fromString(String name)

Creates or finds a JobStepOutputType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding JobStepOutputType

values

public static Collection values()

Returns:

known JobStepOutputType values

Applies to