Uses of Class
com.azure.resourcemanager.sql.models.JobStepAction
-
Packages that use JobStepAction 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. -
-
Uses of JobStepAction in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return JobStepAction Modifier and Type Method Description JobStepActionJobStepInner. action()Get the action property: The action payload of the job step.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type JobStepAction Modifier and Type Method Description JobStepInnerJobStepInner. withAction(JobStepAction action)Set the action property: The action payload of the job step. -
Uses of JobStepAction in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return JobStepAction Modifier and Type Method Description JobStepActionJobStepAction. withSource(JobStepActionSource source)Set the source property: The source of the action to execute.JobStepActionJobStepAction. withType(JobStepActionType type)Set the type property: Type of action being executed by the job step.JobStepActionJobStepAction. withValue(String value)Set the value property: The action value, for example the text of the T-SQL script to execute.
-