Sdílet prostřednictvím


AzureSqlElasticJobCommunicator.ListPrivateEndpointsByAgent Method

Definition

Lists the JobPrivateEndpoints associated to the Azure SQL Database Agent

public Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobPrivateEndpoint> ListPrivateEndpointsByAgent (string resourceGroupName, string serverName, string agentName);
member this.ListPrivateEndpointsByAgent : string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobPrivateEndpoint>
Public Function ListPrivateEndpointsByAgent (resourceGroupName As String, serverName As String, agentName As String) As IPage(Of JobPrivateEndpoint)

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

Returns

A list of job private endpoints belonging to specified agent

Applies to