Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdate 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 BeginCreateOrUpdate (this Microsoft.Azure.Management.Sql.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string serverName, string privateEndpointConnectionName, Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Sql.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, serverName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

Parámetros

operations
IPrivateEndpointConnectionsOperations

El grupo de operaciones de 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