AzureSqlElasticJobCommunicator.CreateOrUpdatePrivateEndpoint 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.
PUT: Creates a JobPrivateEndpoint on the associated Azure SQL Database Agent
public Microsoft.Azure.Management.Sql.Models.JobPrivateEndpoint CreateOrUpdatePrivateEndpoint (string resourceGroupName, string serverName, string agentName, string privateEndpointName, Microsoft.Azure.Management.Sql.Models.JobPrivateEndpoint parameters);
member this.CreateOrUpdatePrivateEndpoint : string * string * string * string * Microsoft.Azure.Management.Sql.Models.JobPrivateEndpoint -> Microsoft.Azure.Management.Sql.Models.JobPrivateEndpoint
Public Function CreateOrUpdatePrivateEndpoint (resourceGroupName As String, serverName As String, agentName As String, privateEndpointName As String, parameters As JobPrivateEndpoint) 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
- parameters
- JobPrivateEndpoint
The private endpoint's create parameters
Returns
The created job private endpoint