Uses of Class
com.azure.resourcemanager.sql.fluent.models.JobStepProperties
Packages that use JobStepProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of JobStepProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type JobStepPropertiesMethods in com.azure.resourcemanager.sql.fluent.models that return JobStepPropertiesModifier and TypeMethodDescriptionstatic JobStepPropertiesJobStepProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JobStepProperties from the JsonReader.JobStepProperties.withAction(JobStepAction action) Set the action property: The action payload of the job step.JobStepProperties.withCredential(String credential) Set the credential property: The resource ID of the job credential that will be used to connect to the targets.JobStepProperties.withExecutionOptions(JobStepExecutionOptions executionOptions) Set the executionOptions property: Execution options for the job step.JobStepProperties.withOutput(JobStepOutput output) Set the output property: Output destination properties of the job step.JobStepProperties.withStepId(Integer stepId) Set the stepId property: The job step's index within the job.JobStepProperties.withTargetGroup(String targetGroup) Set the targetGroup property: The resource ID of the target group that the job step will be executed on.