| Modifier and Type | Method and Description |
|---|---|
JobTarget |
JobTarget.withDatabaseName(String databaseName)
Set the target database name.
|
JobTarget |
JobTarget.withElasticPoolName(String elasticPoolName)
Set the target elastic pool name.
|
JobTarget |
JobTarget.withMembershipType(JobTargetGroupMembershipType membershipType)
Set whether the target is included or excluded from the group.
|
JobTarget |
JobTarget.withRefreshCredential(String refreshCredential)
Set the resource ID of the credential that is used during job execution to connect to the target and determine the list of databases inside the target.
|
JobTarget |
JobTarget.withServerName(String serverName)
Set the target server name.
|
JobTarget |
JobTarget.withShardMapName(String shardMapName)
Set the target shard map.
|
JobTarget |
JobTarget.withType(JobTargetType type)
Set the target type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/