PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection> CreateOrUpdateAsync (this Microsoft.Azure.Management.Purview.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection request, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Purview.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, request As PrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Erstellt oder aktualisiert die Verbindung mit einem privaten Endpunkt
Gilt für:
Azure SDK for .NET