JobStepOutput Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. JobStepOutput
- com.
Implements
public final class JobStepOutput
implements JsonSerializable<JobStepOutput>
The output configuration of a job step.
Constructor Summary
Constructor | Description |
---|---|
JobStepOutput() |
Creates an instance of Job |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
credential()
Get the credential property: The resource ID of the credential to use to connect to the output destination. |
String |
databaseName()
Get the database |
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
String |
resourceGroupName()
Get the resource |
String |
schemaName()
Get the schema |
String |
serverName()
Get the server |
UUID |
subscriptionId()
Get the subscription |
String |
tableName()
Get the table |
Json |
toJson(JsonWriter jsonWriter) |
Job |
type()
Get the type property: The output destination type. |
void |
validate()
Validates the instance. |
Job |
withCredential(String credential)
Set the credential property: The resource ID of the credential to use to connect to the output destination. |
Job |
withDatabaseName(String databaseName)
Set the database |
Job |
withResourceGroupName(String resourceGroupName)
Set the resource |
Job |
withSchemaName(String schemaName)
Set the schema |
Job |
withServerName(String serverName)
Set the server |
Job |
withSubscriptionId(UUID subscriptionId)
Set the subscription |
Job |
withTableName(String tableName)
Set the table |
Job |
withType(JobStepOutputType type)
Set the type property: The output destination type. |
Methods inherited from java.lang.Object
Constructor Details
JobStepOutput
public JobStepOutput()
Creates an instance of JobStepOutput class.
Method Details
credential
public String credential()
Get the credential property: The resource ID of the credential to use to connect to the output destination.
Returns:
databaseName
public String databaseName()
Get the databaseName property: The output destination database.
Returns:
fromJson
public static JobStepOutput fromJson(JsonReader jsonReader)
Reads an instance of JobStepOutput from the JsonReader.
Parameters:
Returns:
Throws:
resourceGroupName
public String resourceGroupName()
Get the resourceGroupName property: The output destination resource group.
Returns:
schemaName
public String schemaName()
Get the schemaName property: The output destination schema.
Returns:
serverName
public String serverName()
Get the serverName property: The output destination server name.
Returns:
subscriptionId
public UUID subscriptionId()
Get the subscriptionId property: The output destination subscription id.
Returns:
tableName
public String tableName()
Get the tableName property: The output destination table.
Returns:
toJson
type
public JobStepOutputType type()
Get the type property: The output destination type.
Returns:
validate
public void validate()
Validates the instance.
withCredential
public JobStepOutput withCredential(String credential)
Set the credential property: The resource ID of the credential to use to connect to the output destination.
Parameters:
Returns:
withDatabaseName
public JobStepOutput withDatabaseName(String databaseName)
Set the databaseName property: The output destination database.
Parameters:
Returns:
withResourceGroupName
public JobStepOutput withResourceGroupName(String resourceGroupName)
Set the resourceGroupName property: The output destination resource group.
Parameters:
Returns:
withSchemaName
public JobStepOutput withSchemaName(String schemaName)
Set the schemaName property: The output destination schema.
Parameters:
Returns:
withServerName
public JobStepOutput withServerName(String serverName)
Set the serverName property: The output destination server name.
Parameters:
Returns:
withSubscriptionId
public JobStepOutput withSubscriptionId(UUID subscriptionId)
Set the subscriptionId property: The output destination subscription id.
Parameters:
Returns:
withTableName
public JobStepOutput withTableName(String tableName)
Set the tableName property: The output destination table.
Parameters:
Returns:
withType
public JobStepOutput withType(JobStepOutputType type)
Set the type property: The output destination type.
Parameters:
Returns: