Freigeben über


PrivateEndpointConnectionOperationsExtensions.CreateOrUpdate Methode

Definition

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

public static Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string serviceName, string privateEndpointConnectionName, Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequest privateEndpointConnectionRequest);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnectionRequest -> Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, serviceName As String, privateEndpointConnectionName As String, privateEndpointConnectionRequest As PrivateEndpointConnectionRequest) As 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

Gibt zurück

Gilt für: