Compartilhar via


PrivateLinkServicesOperationsExtensions.UpdatePrivateEndpointConnectionAsync Método

Definição

Aprovar ou rejeitar a conexão de ponto de extremidade privado para um serviço de link privado em uma assinatura.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner> UpdatePrivateEndpointConnectionAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, string peConnectionName, Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdatePrivateEndpointConnectionAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations * string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner>
<Extension()>
Public Function UpdatePrivateEndpointConnectionAsync (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, peConnectionName As String, parameters As PrivateEndpointConnectionInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnectionInner)

Parâmetros

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço de link privado.

peConnectionName
String

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

parameters
PrivateEndpointConnectionInner

Parâmetros fornecidos para aprovar ou rejeitar a conexão de ponto de extremidade privado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a