Uses of Class
com.azure.resourcemanager.sql.models.JobStepOutputType
-
Packages that use JobStepOutputType Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of JobStepOutputType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as JobStepOutputType Modifier and Type Field Description static JobStepOutputTypeJobStepOutputType. SQL_DATABASEStatic value SqlDatabase for JobStepOutputType.Methods in com.azure.resourcemanager.sql.models that return JobStepOutputType Modifier and Type Method Description static JobStepOutputTypeJobStepOutputType. fromString(String name)Creates or finds a JobStepOutputType from its string representation.JobStepOutputTypeJobStepOutput. type()Get the type property: The output destination type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobStepOutputType Modifier and Type Method Description static Collection<JobStepOutputType>JobStepOutputType. values()Methods in com.azure.resourcemanager.sql.models with parameters of type JobStepOutputType Modifier and Type Method Description JobStepOutputJobStepOutput. withType(JobStepOutputType type)Set the type property: The output destination type.
-