AzureSqlElasticJobCommunicator.GetTargetGroup 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.
Overloads
GetTargetGroup(String, String, String) |
Lists the target groups associated to the Azure SQL Database Agent. |
GetTargetGroup(String, String, String, String) |
Gets the associated Target group associated to the Azure SQL Database Agent |
GetTargetGroup(String, String, String)
Lists the target groups associated to the Azure SQL Database Agent.
public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobTargetGroup> GetTargetGroup (string resourceGroupName, string serverName, string agentName);
member this.GetTargetGroup : string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobTargetGroup>
Public Function GetTargetGroup (resourceGroupName As String, serverName As String, agentName As String) As IPage(Of JobTargetGroup)
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- agentName
- String
The agent name
Returns
A list of target groups belonging to specified agent
Applies to
GetTargetGroup(String, String, String, String)
Gets the associated Target group associated to the Azure SQL Database Agent
public Microsoft.Azure.Management.Sql.Models.JobTargetGroup GetTargetGroup (string resourceGroupName, string serverName, string agentName, string targetGroupName);
member this.GetTargetGroup : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.JobTargetGroup
Public Function GetTargetGroup (resourceGroupName As String, serverName As String, agentName As String, targetGroupName As String) As JobTargetGroup
Parameters
- resourceGroupName
- String
- serverName
- String
- agentName
- String
- targetGroupName
- String
Returns
The target group belonging to specified agent