Uses of Class
com.azure.resourcemanager.sql.models.JobStepActionSource
Packages that use JobStepActionSource
Package
Description
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 JobStepActionSourceModifier and TypeFieldDescriptionstatic final JobStepActionSourceJobStepActionSource.INLINEStatic value Inline for JobStepActionSource.Methods in com.azure.resourcemanager.sql.models that return JobStepActionSourceModifier and TypeMethodDescriptionstatic JobStepActionSourceJobStepActionSource.fromString(String name) Creates or finds a JobStepActionSource from its string representation.JobStepAction.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 JobStepActionSourceModifier and TypeMethodDescriptionstatic Collection<JobStepActionSource>JobStepActionSource.values()Gets known JobStepActionSource values.Methods in com.azure.resourcemanager.sql.models with parameters of type JobStepActionSourceModifier and TypeMethodDescriptionJobStepAction.withSource(JobStepActionSource source) Set the source property: The source of the action to execute.