PrivateEndpointConnectionsOperationsExtensions.BeginCreate Método

Definição

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

public static Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection BeginCreate (this Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations operations, Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection request, string resourceGroupName, string workspaceName, string privateEndpointConnectionName);
static member BeginCreate : Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations * Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection * string * string * string -> Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreate (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

Corpo da solicitação da conexão de ponto de extremidade privado a ser criada.

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