Uses of Class
com.azure.resourcemanager.sql.models.JobStepActionType
-
Packages that use JobStepActionType Package Description com.azure.resourcemanager.sql.models 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 JobStepActionType Modifier and Type Field Description static JobStepActionTypeJobStepActionType. TSQLStatic value TSql for JobStepActionType.Methods in com.azure.resourcemanager.sql.models that return JobStepActionType Modifier and Type Method Description static JobStepActionTypeJobStepActionType. fromString(String name)Creates or finds a JobStepActionType from its string representation.JobStepActionTypeJobStepAction. 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 JobStepActionType Modifier and Type Method Description static Collection<JobStepActionType>JobStepActionType. values()Methods in com.azure.resourcemanager.sql.models with parameters of type JobStepActionType Modifier and Type Method Description JobStepActionJobStepAction. withType(JobStepActionType type)Set the type property: Type of action being executed by the job step.
-