Uses of Class
com.microsoft.azure.management.sql.JobStepActionSource
Packages that use JobStepActionSource
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of JobStepActionSource in com.microsoft.azure.management.sql
Fields in com.microsoft.azure.management.sql declared as JobStepActionSourceModifier and TypeFieldDescriptionstatic final JobStepActionSourceJobStepActionSource.INLINEStatic value Inline for JobStepActionSource.Methods in com.microsoft.azure.management.sql that return JobStepActionSourceModifier and TypeMethodDescriptionstatic JobStepActionSourceJobStepActionSource.fromString(String name) Creates or finds a JobStepActionSource from its string representation.JobStepAction.source()Get the source of the action to execute.Methods in com.microsoft.azure.management.sql that return types with arguments of type JobStepActionSourceModifier and TypeMethodDescriptionstatic Collection<JobStepActionSource>JobStepActionSource.values()Methods in com.microsoft.azure.management.sql with parameters of type JobStepActionSourceModifier and TypeMethodDescriptionJobStepAction.withSource(JobStepActionSource source) Set the source of the action to execute.