Delen via


IPrivateEndpointConnectionOperations.UpdateWithHttpMessagesAsync Methode

Definitie

Updates de eigenschappen van een bestaande privé-eindpuntverbinding.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection,Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionUpdateHeaders>> UpdateWithHttpMessagesAsync (string resourceGroupName, string accountName, string privateEndpointConnectionName, string ifMatch = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection, Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionUpdateHeaders>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, Optional ifMatch As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateEndpointConnection, PrivateEndpointConnectionUpdateHeaders))

Parameters

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

privateEndpointConnectionName
String

De naam van de privé-eindpuntverbinding. Dit moet uniek zijn binnen het account.

ifMatch
String

De statusversie (ETag) van de privé-eindpuntverbinding die moet worden bijgewerkt. Deze waarde kan worden weggelaten of ingesteld op *om de bewerking onvoorwaardelijk toe te passen.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

De verbindingsstatus van de Private Link-service van de privé-eindpuntverbinding.

customHeaders
Dictionary<String,List<String>>

De headers die aan de aanvraag worden toegevoegd.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Uitzonderingen

Gegenereerd toen de bewerking een ongeldige statuscode retourneerde

Gegenereerd wanneer het antwoord niet kan worden gedeserialiseerd

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op