PrivateEndpointConnectionsOperationsExtensions.UpdateTagsAsync Method

Definition

Updates tags on private endpoint connection.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.PrivateEndpointConnection> UpdateTagsAsync (this Microsoft.Azure.Management.MySQL.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string serverName, string privateEndpointConnectionName, Microsoft.Azure.Management.MySQL.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.MySQL.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.MySQL.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.MySQL.Models.PrivateEndpointConnection>
<Extension()>
Public Function UpdateTagsAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, serverName As String, privateEndpointConnectionName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Updates private endpoint connection with the specified tags.

Applies to