PrivateEndpointConnectionsOperationsExtensions.UpdateTags Method

Definition

Updates tags on private endpoint connection.

public static Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointConnection UpdateTags (this Microsoft.Azure.Management.PostgreSQL.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string serverName, string privateEndpointConnectionName, Microsoft.Azure.Management.PostgreSQL.Models.TagsObject parameters);
static member UpdateTags : Microsoft.Azure.Management.PostgreSQL.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.PostgreSQL.Models.TagsObject -> Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointConnection
<Extension()>
Public Function UpdateTags (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, serverName As String, privateEndpointConnectionName As String, parameters As TagsObject) As 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.

Returns

Remarks

Updates private endpoint connection with the specified tags.

Applies to