Freigeben über


PrivateEndpointConnectionOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Genehmigt oder lehnt eine Verbindung mit einem privaten Endpunkt ab

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource> CreateOrUpdateAsync(this Microsoft.Azure.Management.DataFactory.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string factoryName, string privateEndpointConnectionName, Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DataFactory.IPrivateEndpointConnectionOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequestResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, factoryName As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnectionResource)

Parameter

operations
IPrivateEndpointConnectionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Factoryname.

privateEndpointConnectionName
String

Der Verbindungsname des privaten Endpunkts.

ifMatch
String

ETag der Verbindungsentität des privaten Endpunkts. Sollte nur für das Update angegeben werden, für das es mit einer vorhandenen Entität übereinstimmen sollte, oder kann * für bedingungslose Aktualisierung sein.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: