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

AzureSqlElasticJobAdapter.GetTargetGroup Method

Definition

Gets a target group from the control database

public Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel GetTargetGroup (string resourceGroupName, string serverName, string agentName, string targetGroupName);
member this.GetTargetGroup : string * string * string * string -> Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel
Public Function GetTargetGroup (resourceGroupName As String, serverName As String, agentName As String, targetGroupName As String) As AzureSqlElasticJobTargetGroupModel

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

targetGroupName
String

The target group name

Returns

The target group model

Applies to