PrivateEndpointConnectionsOperationsExtensions.BeginUpdateTagsAsync(IPrivateEndpointConnectionsOperations, String, String, String, TagsObject, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates tags on private endpoint connection.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointConnection> BeginUpdateTagsAsync (this Microsoft.Azure.Management.PostgreSQL.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string serverName, string privateEndpointConnectionName, Microsoft.Azure.Management.PostgreSQL.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateTagsAsync : Microsoft.Azure.Management.PostgreSQL.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.PostgreSQL.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.Models.PrivateEndpointConnection>
<Extension()>
Public Function BeginUpdateTagsAsync (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
- System.String
The name of the resource group. The name is case insensitive.
- serverName
- System.String
The name of the server.
- privateEndpointConnectionName
- System.String
- parameters
- TagsObject
Parameters supplied to the Update private endpoint connection Tags operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<PrivateEndpointConnection>
Remarks
Updates private endpoint connection with the specified tags.