AzureSqlElasticJobCommunicator.ListPrivateEndpointsByAgent 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.
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