| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobTarget |
JobTarget.withDatabaseName(String databaseName)
Set the databaseName property: The target database name.
|
JobTarget |
JobTarget.withElasticPoolName(String elasticPoolName)
Set the elasticPoolName property: The target elastic pool name.
|
JobTarget |
JobTarget.withMembershipType(JobTargetGroupMembershipType membershipType)
Set the membershipType property: Whether the target is included or excluded from the group.
|
JobTarget |
JobTarget.withRefreshCredential(String refreshCredential)
Set the refreshCredential property: 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 serverName property: The target server name.
|
JobTarget |
JobTarget.withShardMapName(String shardMapName)
Set the shardMapName property: The target shard map.
|
JobTarget |
JobTarget.withType(JobTargetType type)
Set the type property: The target type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.