你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlElasticJobAdapter.CreateAzureSqlElasticJobTargetModel Method

Definition

Converts a Job Target model to an AzureSqlElasticJobTargetModel

protected Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel CreateAzureSqlElasticJobTargetModel (string resourceGroupName, string serverName, string agentName, string targetGroupName, Microsoft.Azure.Management.Sql.Models.JobTarget target);
member this.CreateAzureSqlElasticJobTargetModel : string * string * string * string * Microsoft.Azure.Management.Sql.Models.JobTarget -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetModel
Protected Function CreateAzureSqlElasticJobTargetModel (resourceGroupName As String, serverName As String, agentName As String, targetGroupName As String, target As JobTarget) As AzureSqlElasticJobTargetModel

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

targetGroupName
String

The target group name

target
JobTarget

The JobTarget model

Returns

Applies to