Freigeben über


IPrivateEndpointConnectionOperations.CreateOrUpdateWithHttpMessagesAsync Methode

Definition

Genehmigt oder lehnt eine Verbindung mit einem privaten Endpunkt ab.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource>> CreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string factoryName, string privateEndpointConnectionName, Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, string ifMatch = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataFactory.Models.PrivateLinkConnectionApprovalRequestResource * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource>>
Public Function CreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, factoryName As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource, Optional ifMatch As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateEndpointConnectionResource))

Parameter

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.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: