Delen via


PrivateEndpointConnectionsOperationsExtensions.UpdateAsync Method

Definition

Updates a private endpoint connection.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceName
String

The name of the managed cluster resource.

privateEndpointConnectionName
String

The name of the private endpoint connection.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to