Freigeben über


PrivateEndpointConnectionOperationsExtensions.CreateOrUpdate Methode

Definition

Genehmigt oder lehnt eine Verbindung mit einem privaten Endpunkt ab.

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

Parameter

operations
IPrivateEndpointConnectionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Werksname.

privateEndpointConnectionName
String

Der Name der Verbindung mit dem privaten Endpunkt.

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 soll oder * für bedingungslose Updates sein kann.

Gibt zurück

Gilt für: