Freigeben über


PrivateEndpointConnectionOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt eine neue Private Endpoint-Verbindung oder aktualisiert eine vorhandene Verbindung.

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

Parameter

operations
IPrivateEndpointConnectionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

privateEndpointConnectionName
String

Name der verbindung mit dem privaten Endpunkt.

privateEndpointConnectionRequest
PrivateEndpointConnectionRequest
cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: