Uses of Class
com.microsoft.azure.management.sql.JobStepActionSource
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of JobStepActionSource in com.microsoft.azure.management.sql
Modifier and TypeFieldDescriptionstatic final JobStepActionSource
JobStepActionSource.INLINE
Static value Inline for JobStepActionSource.Modifier and TypeMethodDescriptionstatic JobStepActionSource
JobStepActionSource.fromString
(String name) Creates or finds a JobStepActionSource from its string representation.JobStepAction.source()
Get the source of the action to execute.Modifier and TypeMethodDescriptionstatic Collection<JobStepActionSource>
JobStepActionSource.values()
Modifier and TypeMethodDescriptionJobStepAction.withSource
(JobStepActionSource source) Set the source of the action to execute.