Share via


AzureSqlElasticJobAdapter.ListTargetGroups(String, String, String) Method

Definition

Gets a list of target groups stored in the control database

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel> ListTargetGroups (string resourceGroupName, string serverName, string agentName);
member this.ListTargetGroups : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ElasticJobs.Model.AzureSqlElasticJobTargetGroupModel>
Public Function ListTargetGroups (resourceGroupName As String, serverName As String, agentName As String) As List(Of AzureSqlElasticJobTargetGroupModel)

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

Returns

A list of target group model

Applies to