| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static JobStepActionSource |
JobStepActionSource.INLINE
Static value Inline for JobStepActionSource.
|
| Modifier and Type | Method and Description |
|---|---|
static JobStepActionSource |
JobStepActionSource.fromString(String name)
Creates or finds a JobStepActionSource from its string representation.
|
JobStepActionSource |
JobStepAction.source()
Get the source property: The source of the action to execute.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepAction |
JobStepAction.withSource(JobStepActionSource source)
Set the source property: The source of the action to execute.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.