Freigeben über


PrivateEndpointConnectionOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt eine neue private Endpunktverbindung oder aktualisiert eine vorhandene.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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: