Sdílet prostřednictvím


AzureSqlElasticJobAdapter.ListJobPrivateEndpoints Method

Definition

Gets a list of job private endpoints by agent

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

Parameters

resourceGroupName
String

The resource group name

serverName
String

The server name

agentName
String

The agent name

Returns

A list of job private endpoint model

Applies to