AzureSqlElasticJobCommunicator.CreateOrUpdateTargetGroup 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.
Creates an Azure SQL Database Agent Target Group
public Microsoft.Azure.Management.Sql.Models.JobTargetGroup CreateOrUpdateTargetGroup (string resourceGroupName, string serverName, string agentName, string targetGroupName, Microsoft.Azure.Management.Sql.Models.JobTargetGroup parameters);
member this.CreateOrUpdateTargetGroup : string * string * string * string * Microsoft.Azure.Management.Sql.Models.JobTargetGroup -> Microsoft.Azure.Management.Sql.Models.JobTargetGroup
Public Function CreateOrUpdateTargetGroup (resourceGroupName As String, serverName As String, agentName As String, targetGroupName As String, parameters As JobTargetGroup) As JobTargetGroup
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- agentName
- String
The agent name
- targetGroupName
- String
The target groups name
- parameters
- JobTargetGroup
The target group's create parameters
Returns
The created target group