PrivateEndpointConnectionsOperationsExtensions.CreateAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection> CreateAsync (this Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations operations, Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection request, string resourceGroupName, string workspaceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Synapse.IPrivateEndpointConnectionsOperations * Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateEndpointConnection>
<Extension()>
Public Function CreateAsync (operations As IPrivateEndpointConnectionsOperations, request As PrivateEndpointConnection, resourceGroupName As String, workspaceName As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a