PrivateEndpointConnectionsOperationsExtensions.Create Método

Definição

Aprovar ou rejeitar uma conexão de ponto de extremidade privado.

public static Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection Create (this Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations operations, Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection request, string resourceGroupName, string workspaceName, string privateEndpointConnectionName);
static member Create : Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations * Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection * string * string * string -> Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection
<Extension()>
Public Function Create (operations As IPrivateEndpointConnectionsOperations, request As PrivateEndpointConnection, resourceGroupName As String, workspaceName As String, privateEndpointConnectionName As String) As PrivateEndpointConnection

Parâmetros

operations
IPrivateEndpointConnectionsOperations

O grupo de operações para esse método de extensão.

request
PrivateEndpointConnection

Solicitar o corpo da conexão de ponto de extremidade privado para criar.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

workspaceName
String

O nome do workspace.

privateEndpointConnectionName
String

O nome da conexão de ponto de extremidade privado.

Retornos

Aplica-se a