PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync Método

Definição

Aprova/rejeita a solicitação de conexão de ponto de extremidade privado.

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

resourceGroupName
String

O nome do grupo de recursos.

accountName
String

O nome da conta.

privateEndpointConnectionName
String

Nome da conexão de ponto de extremidade privado.

request
PrivateEndpointConnection

A solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Criar ou atualizar uma conexão de ponto de extremidade privado

Aplica-se a