Sdílet prostřednictvím


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