Uses of Class
com.azure.resourcemanager.sql.models.JobStepActionType
Packages that use JobStepActionType
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of JobStepActionType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as JobStepActionTypeModifier and TypeFieldDescriptionstatic final JobStepActionTypeJobStepActionType.TSQLStatic value TSql for JobStepActionType.Methods in com.azure.resourcemanager.sql.models that return JobStepActionTypeModifier and TypeMethodDescriptionstatic JobStepActionTypeJobStepActionType.fromString(String name) Creates or finds a JobStepActionType from its string representation.JobStepAction.type()Get the type property: Type of action being executed by the job step.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobStepActionTypeModifier and TypeMethodDescriptionstatic Collection<JobStepActionType>JobStepActionType.values()Gets known JobStepActionType values.Methods in com.azure.resourcemanager.sql.models with parameters of type JobStepActionTypeModifier and TypeMethodDescriptionJobStepAction.withType(JobStepActionType type) Set the type property: Type of action being executed by the job step.