Freigeben über


DiskAccessesOperationsExtensions.UpdateAPrivateEndpointConnectionAsync Methode

Definition

Genehmigen oder ablehnen Sie eine Verbindung mit einem privaten Endpunkt unter der Datenträgerzugriffsressource. Dies kann nicht verwendet werden, um eine neue private Endpunktverbindung zu erstellen.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection> UpdateAPrivateEndpointConnectionAsync (this Microsoft.Azure.Management.Compute.IDiskAccessesOperations operations, string resourceGroupName, string diskAccessName, string privateEndpointConnectionName, Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection privateEndpointConnection, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAPrivateEndpointConnectionAsync : Microsoft.Azure.Management.Compute.IDiskAccessesOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.PrivateEndpointConnection>
<Extension()>
Public Function UpdateAPrivateEndpointConnectionAsync (operations As IDiskAccessesOperations, resourceGroupName As String, diskAccessName As String, privateEndpointConnectionName As String, privateEndpointConnection As PrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

Parameter

operations
IDiskAccessesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

diskAccessName
String

Der Name der Datenträgerzugriffsressource, die erstellt wird. Der Name kann nicht geändert werden, nachdem der Datenträgerverschlüsselungssatz erstellt wurde. Unterstützte Zeichen für den Namen sind a-z, A-Z, 0-9, _ und -. Die maximale Namenslänge ist 80 Zeichen.

privateEndpointConnectionName
String

Der Name der Verbindung mit dem privaten Endpunkt.

privateEndpointConnection
PrivateEndpointConnection

Das Verbindungsobjekt des privaten Endpunkts, das im Text des Verbindungsvorgangs Put private endpoint bereitgestellt wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: