Class JobStepOutput

java.lang.Object
com.microsoft.azure.management.sql.JobStepOutput

public class JobStepOutput extends Object
The output configuration of a job step.
  • Constructor Details

    • JobStepOutput

      public JobStepOutput()
  • Method Details

    • type

      public JobStepOutputType type()
      Get the output destination type. Possible values include: 'SqlDatabase'.
      Returns:
      the type value
    • withType

      public JobStepOutput withType(JobStepOutputType type)
      Set the output destination type. Possible values include: 'SqlDatabase'.
      Parameters:
      type - the type value to set
      Returns:
      the JobStepOutput object itself.
    • subscriptionId

      public UUID subscriptionId()
      Get the output destination subscription id.
      Returns:
      the subscriptionId value
    • withSubscriptionId

      public JobStepOutput withSubscriptionId(UUID subscriptionId)
      Set the output destination subscription id.
      Parameters:
      subscriptionId - the subscriptionId value to set
      Returns:
      the JobStepOutput object itself.
    • resourceGroupName

      public String resourceGroupName()
      Get the output destination resource group.
      Returns:
      the resourceGroupName value
    • withResourceGroupName

      public JobStepOutput withResourceGroupName(String resourceGroupName)
      Set the output destination resource group.
      Parameters:
      resourceGroupName - the resourceGroupName value to set
      Returns:
      the JobStepOutput object itself.
    • serverName

      public String serverName()
      Get the output destination server name.
      Returns:
      the serverName value
    • withServerName

      public JobStepOutput withServerName(String serverName)
      Set the output destination server name.
      Parameters:
      serverName - the serverName value to set
      Returns:
      the JobStepOutput object itself.
    • databaseName

      public String databaseName()
      Get the output destination database.
      Returns:
      the databaseName value
    • withDatabaseName

      public JobStepOutput withDatabaseName(String databaseName)
      Set the output destination database.
      Parameters:
      databaseName - the databaseName value to set
      Returns:
      the JobStepOutput object itself.
    • schemaName

      public String schemaName()
      Get the output destination schema.
      Returns:
      the schemaName value
    • withSchemaName

      public JobStepOutput withSchemaName(String schemaName)
      Set the output destination schema.
      Parameters:
      schemaName - the schemaName value to set
      Returns:
      the JobStepOutput object itself.
    • tableName

      public String tableName()
      Get the output destination table.
      Returns:
      the tableName value
    • withTableName

      public JobStepOutput withTableName(String tableName)
      Set the output destination table.
      Parameters:
      tableName - the tableName value to set
      Returns:
      the JobStepOutput object itself.
    • credential

      public String credential()
      Get the resource ID of the credential to use to connect to the output destination.
      Returns:
      the credential value
    • withCredential

      public JobStepOutput withCredential(String credential)
      Set the resource ID of the credential to use to connect to the output destination.
      Parameters:
      credential - the credential value to set
      Returns:
      the JobStepOutput object itself.