Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Método

Definición

Apruebe o rechace una conexión de punto de conexión privado con un nombre determinado.

public static Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.Sql.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string serverName, string privateEndpointConnectionName, Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, serverName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

Parámetros

operations
IPrivateEndpointConnectionsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName
String

El nombre del servidor.

privateEndpointConnectionName
String

Devoluciones

Se aplica a