Freigeben über


PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Genehmigen oder Ablehnen einer Verbindung mit einem privaten Endpunkt mit einem angegebenen Namen.

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

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

serverName
String

Name des Servers

privateEndpointConnectionName
String
cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: