Uses of Class
com.microsoft.azure.management.sql.JobTarget
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of JobTarget in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionJobTarget.withDatabaseName
(String databaseName) Set the target database name.JobTarget.withElasticPoolName
(String elasticPoolName) Set the target elastic pool name.JobTarget.withMembershipType
(JobTargetGroupMembershipType membershipType) Set whether the target is included or excluded from the group.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.withServerName
(String serverName) Set the target server name.JobTarget.withShardMapName
(String shardMapName) Set the target shard map.JobTarget.withType
(JobTargetType type) Set the target type.