Uses of Class
com.azure.resourcemanager.sql.models.JobStepOutput
-
Packages that use JobStepOutput Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 JobStepOutput Modifier and Type Method Description JobStepOutputJobStepInner. output()Get the output property: Output destination properties of the job step.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type JobStepOutput Modifier and Type Method Description JobStepInnerJobStepInner. 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 JobStepOutput Modifier and Type Method Description JobStepOutputJobStepOutput. withCredential(String credential)Set the credential property: The resource ID of the credential to use to connect to the output destination.JobStepOutputJobStepOutput. withDatabaseName(String databaseName)Set the databaseName property: The output destination database.JobStepOutputJobStepOutput. withResourceGroupName(String resourceGroupName)Set the resourceGroupName property: The output destination resource group.JobStepOutputJobStepOutput. withSchemaName(String schemaName)Set the schemaName property: The output destination schema.JobStepOutputJobStepOutput. withServerName(String serverName)Set the serverName property: The output destination server name.JobStepOutputJobStepOutput. withSubscriptionId(UUID subscriptionId)Set the subscriptionId property: The output destination subscription id.JobStepOutputJobStepOutput. withTableName(String tableName)Set the tableName property: The output destination table.JobStepOutputJobStepOutput. withType(JobStepOutputType type)Set the type property: The output destination type.
-