public final class JobStepOutputType extends com.microsoft.rest.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 forpublic static Collection<JobStepOutputType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/