public final class JobStepOutputType extends com.azure.core.util.ExpandableStringEnum<JobStepOutputType>
| Modifier and Type | Field and Description |
|---|---|
static JobStepOutputType |
SQL_DATABASE
Static value SqlDatabase for JobStepOutputType.
|
| Constructor and Description |
|---|
JobStepOutputType() |
| Modifier and Type | Method and Description |
|---|---|
static JobStepOutputType |
fromString(String name)
Creates or finds a JobStepOutputType from its string representation.
|
static Collection<JobStepOutputType> |
values() |
public static final JobStepOutputType SQL_DATABASE
public static JobStepOutputType fromString(String name)
name - a name to look for.public static Collection<JobStepOutputType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.