Uses of Class
com.azure.resourcemanager.sql.models.JobTarget
Packages that use JobTarget
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of JobTarget in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type JobTargetModifier and TypeMethodDescriptionJobTargetGroupInner.members()Get the members property: Members of the target group.JobTargetGroupProperties.members()Get the members property: Members of the target group.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type JobTargetModifier and TypeMethodDescriptionJobTargetGroupInner.withMembers(List<JobTarget> members) Set the members property: Members of the target group.JobTargetGroupProperties.withMembers(List<JobTarget> members) Set the members property: Members of the target group. -
Uses of JobTarget in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return JobTargetModifier and TypeMethodDescriptionJobTarget.withDatabaseName(String databaseName) Set the databaseName property: The target database name.JobTarget.withElasticPoolName(String elasticPoolName) Set the elasticPoolName property: The target elastic pool name.JobTarget.withMembershipType(JobTargetGroupMembershipType membershipType) Set the membershipType property: Whether the target is included or excluded from the group.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.withServerName(String serverName) Set the serverName property: The target server name.JobTarget.withShardMapName(String shardMapName) Set the shardMapName property: The target shard map.JobTarget.withType(JobTargetType type) Set the type property: The target type.