AzureSqlElasticJobAdapter.UpsertTargetGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uperts a target group to the control database
public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel UpsertTargetGroup (Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel model);
member this.UpsertTargetGroup : Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel
Public Function UpsertTargetGroup (model As AzureSqlElasticJobTargetGroupModel) As AzureSqlElasticJobTargetGroupModel
Parameters
The target group model
Returns
The upserted target group model