Freigeben über


DiskAccessesOperationsExtensions.BeginUpdateAPrivateEndpointConnectionAsync Methode

Definition

Genehmigen oder Ablehnen einer Verbindung eines privaten Endpunkts unter 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> BeginUpdateAPrivateEndpointConnectionAsync (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 BeginUpdateAPrivateEndpointConnectionAsync : 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 BeginUpdateAPrivateEndpointConnectionAsync (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 privaten Endpunktverbindung.

privateEndpointConnection
PrivateEndpointConnection

Das Verbindungsobjekt eines privaten Endpunkts, das im Textkörper des Verbindungsvorgangs Put private endpoint angegeben wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: