Uses of Class
com.azure.resourcemanager.sql.models.JobStepOutputType
Packages that use JobStepOutputType
Package
Description
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 JobStepOutputTypeModifier and TypeFieldDescriptionstatic final JobStepOutputTypeJobStepOutputType.SQL_DATABASEStatic value SqlDatabase for JobStepOutputType.Methods in com.azure.resourcemanager.sql.models that return JobStepOutputTypeModifier and TypeMethodDescriptionstatic JobStepOutputTypeJobStepOutputType.fromString(String name) Creates or finds a JobStepOutputType from its string representation.JobStepOutput.type()Get the type property: The output destination type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobStepOutputTypeModifier and TypeMethodDescriptionstatic Collection<JobStepOutputType>JobStepOutputType.values()Gets known JobStepOutputType values.Methods in com.azure.resourcemanager.sql.models with parameters of type JobStepOutputTypeModifier and TypeMethodDescriptionJobStepOutput.withType(JobStepOutputType type) Set the type property: The output destination type.