Freigeben über


PrivateEndpointConnectionsOperationsExtensions.UpdateAsync Methode

Definition

Updates eine private Endpunktverbindung.

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)

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

resourceName
String

Der Name der verwalteten Clusterressource.

privateEndpointConnectionName
String

Der Name der privaten Endpunktverbindung.

parameters
PrivateEndpointConnectionInner

Parameter, die für den Verbindungsvorgang Aktualisieren eines privaten Endpunkts bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Updates eine private Endpunktverbindung im angegebenen verwalteten Cluster.

Gilt für: