PrivateEndpointConnectionsOperationsExtensions.UpdateAsync Método

Definição

Atualizações uma conexão de ponto de extremidade privado.

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

Parâmetros

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

O nome do grupo de recursos.

resourceName
String

O nome do recurso de cluster gerenciado.

privateEndpointConnectionName
String

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

parameters
PrivateEndpointConnectionInner

Parâmetros fornecidos para a operação Atualizar uma conexão de ponto de extremidade privado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Atualizações uma conexão de ponto de extremidade privado no cluster gerenciado especificado.

Aplica-se a