Uses of Class
com.azure.resourcemanager.sql.models.JobStepOutput
Packages that use JobStepOutput
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of JobStepOutput in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return JobStepOutputModifier and TypeMethodDescriptionJobStepInner.output()Get the output property: Output destination properties of the job step.JobStepProperties.output()Get the output property: Output destination properties of the job step.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type JobStepOutputModifier and TypeMethodDescriptionJobStepInner.withOutput(JobStepOutput output) Set the output property: Output destination properties of the job step.JobStepProperties.withOutput(JobStepOutput output) Set the output property: Output destination properties of the job step. -
Uses of JobStepOutput in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return JobStepOutputModifier and TypeMethodDescriptionJobStepOutput.withCredential(String credential) Set the credential property: The resource ID of the credential to use to connect to the output destination.JobStepOutput.withDatabaseName(String databaseName) Set the databaseName property: The output destination database.JobStepOutput.withResourceGroupName(String resourceGroupName) Set the resourceGroupName property: The output destination resource group.JobStepOutput.withSchemaName(String schemaName) Set the schemaName property: The output destination schema.JobStepOutput.withServerName(String serverName) Set the serverName property: The output destination server name.JobStepOutput.withSubscriptionId(UUID subscriptionId) Set the subscriptionId property: The output destination subscription id.JobStepOutput.withTableName(String tableName) Set the tableName property: The output destination table.JobStepOutput.withType(JobStepOutputType type) Set the type property: The output destination type.