Uses of Class
com.azure.resourcemanager.sql.models.JobStepAction
Packages that use JobStepAction
Package
Description
Package containing the inner data models for SqlManagementClient.
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 JobStepActionModifier and TypeMethodDescriptionJobStepInner.action()Get the action property: The action payload of the job step.JobStepProperties.action()Get the action property: The action payload of the job step.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type JobStepActionModifier and TypeMethodDescriptionJobStepInner.withAction(JobStepAction action) Set the action property: The action payload of the job step.JobStepProperties.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 JobStepActionModifier and TypeMethodDescriptionstatic JobStepActionJobStepAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JobStepAction from the JsonReader.JobStepAction.withSource(JobStepActionSource source) Set the source property: The source of the action to execute.JobStepAction.withType(JobStepActionType type) Set the type property: Type of action being executed by the job step.Set the value property: The action value, for example the text of the T-SQL script to execute.