Freigeben über


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Methode

Definition

Genehmigen oder ablehnen Sie eine Verbindung mit einem privaten Endpunkt manuell.

public static Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection CreateOrUpdate(this Microsoft.Azure.Management.HDInsight.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string clusterName, string privateEndpointConnectionName, Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.HDInsight.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, clusterName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

Parameter

operations
IPrivateEndpointConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

privateEndpointConnectionName
String

Der Name der Verbindung mit dem privaten Endpunkt.

parameters
PrivateEndpointConnection

Die Erstellungs- oder Aktualisierungsanforderung für die Verbindung mit dem privaten Endpunkt.

Gibt zurück

Gilt für: