Uses of Class
com.azure.resourcemanager.sql.models.JobStepActionSource
-
Packages that use JobStepActionSource Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of JobStepActionSource in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as JobStepActionSource Modifier and Type Field Description static JobStepActionSourceJobStepActionSource. INLINEStatic value Inline for JobStepActionSource.Methods in com.azure.resourcemanager.sql.models that return JobStepActionSource Modifier and Type Method Description static JobStepActionSourceJobStepActionSource. fromString(String name)Creates or finds a JobStepActionSource from its string representation.JobStepActionSourceJobStepAction. source()Get the source property: The source of the action to execute.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobStepActionSource Modifier and Type Method Description static Collection<JobStepActionSource>JobStepActionSource. values()Methods in com.azure.resourcemanager.sql.models with parameters of type JobStepActionSource Modifier and Type Method Description JobStepActionJobStepAction. withSource(JobStepActionSource source)Set the source property: The source of the action to execute.
-