| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static JobStepActionType |
JobStepActionType.TSQL
Static value TSql for JobStepActionType.
|
| Modifier and Type | Method and Description |
|---|---|
static JobStepActionType |
JobStepActionType.fromString(String name)
Creates or finds a JobStepActionType from its string representation.
|
JobStepActionType |
JobStepAction.type()
Get the type property: Type of action being executed by the job step.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepAction |
JobStepAction.withType(JobStepActionType type)
Set the type property: Type of action being executed by the job step.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.