Share via


IPrivateEndpointConnectionsOperations.UpdateTagsWithHttpMessagesAsync Method

Definition

Updates tags on private endpoint connection.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.MySQL.Models.PrivateEndpointConnection>> UpdateTagsWithHttpMessagesAsync (string resourceGroupName, string serverName, string privateEndpointConnectionName, Microsoft.Azure.Management.MySQL.Models.TagsObject parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateTagsWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.MySQL.Models.TagsObject * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.MySQL.Models.PrivateEndpointConnection>>
Public Function UpdateTagsWithHttpMessagesAsync (resourceGroupName As String, serverName As String, privateEndpointConnectionName As String, parameters As TagsObject, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateEndpointConnection))

Parameters

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

privateEndpointConnectionName
String
parameters
TagsObject

Parameters supplied to the Update private endpoint connection Tags operation.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Remarks

Updates private endpoint connection with the specified tags.

Applies to