PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Genehmigt/lehnt die Verbindungsanforderung für private Endpunkte ab.
public static Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.Purview.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection request);
static member CreateOrUpdate : Microsoft.Azure.Management.Purview.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, request As PrivateEndpointConnection) As PrivateEndpointConnection
Parameter
- operations
- IPrivateEndpointConnectionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- accountName
- String
Der Kontoname.
- privateEndpointConnectionName
- String
Name der Verbindung mit dem privaten Endpunkt.
- request
- PrivateEndpointConnection
Die Anforderung.
Gibt zurück
Hinweise
Erstellt oder aktualisiert die Verbindung mit einem privaten Endpunkt
Gilt für:
Azure SDK for .NET