| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepAction |
JobStepInner.action()
Get the action property: The action payload of the job step.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepInner |
JobStepInner.withAction(JobStepAction action)
Set the action property: The action payload of the job step.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepAction |
JobStepAction.withSource(JobStepActionSource source)
Set the source property: The source of the action to execute.
|
JobStepAction |
JobStepAction.withType(JobStepActionType type)
Set the type property: Type of action being executed by the job step.
|
JobStepAction |
JobStepAction.withValue(String value)
Set the value property: The action value, for example the text of the T-SQL script to execute.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.