| 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.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepOutput |
JobStepInner.output()
Get the output property: Output destination properties of the job step.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepInner |
JobStepInner.withOutput(JobStepOutput output)
Set the output property: Output destination properties of the job step.
|
| Modifier and Type | Method and Description |
|---|---|
JobStepOutput |
JobStepOutput.withCredential(String credential)
Set the credential property: The resource ID of the credential to use to connect to the output destination.
|
JobStepOutput |
JobStepOutput.withDatabaseName(String databaseName)
Set the databaseName property: The output destination database.
|
JobStepOutput |
JobStepOutput.withResourceGroupName(String resourceGroupName)
Set the resourceGroupName property: The output destination resource group.
|
JobStepOutput |
JobStepOutput.withSchemaName(String schemaName)
Set the schemaName property: The output destination schema.
|
JobStepOutput |
JobStepOutput.withServerName(String serverName)
Set the serverName property: The output destination server name.
|
JobStepOutput |
JobStepOutput.withSubscriptionId(UUID subscriptionId)
Set the subscriptionId property: The output destination subscription id.
|
JobStepOutput |
JobStepOutput.withTableName(String tableName)
Set the tableName property: The output destination table.
|
JobStepOutput |
JobStepOutput.withType(JobStepOutputType type)
Set the type property: The output destination type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.