AzureSqlElasticJobCommunicator.GetPrivateEndpoint 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.
Get the associated JobPrivateEndpoint for the Azure SQL Database Agent
public Microsoft.Azure.Management.Sql.Models.JobPrivateEndpoint GetPrivateEndpoint (string resourceGroupName, string serverName, string agentName, string privateEndpointName);
member this.GetPrivateEndpoint : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.JobPrivateEndpoint
Public Function GetPrivateEndpoint (resourceGroupName As String, serverName As String, agentName As String, privateEndpointName As String) As JobPrivateEndpoint
Parameters
- resourceGroupName
- String
The resource group name
- serverName
- String
The server name
- agentName
- String
The agent name
- privateEndpointName
- String
The private endpoint name
Returns
The associated job private endpoint belonging to specified agent