PrivateEndpointConnectionsOperationsExtensions.UpdateAsync 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 a private endpoint connection.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateEndpointConnectionInner> UpdateAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateEndpointConnectionInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ContainerService.Fluent.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateEndpointConnectionInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateEndpointConnectionInner>
<Extension()>
Public Function UpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnectionInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnectionInner)
Parameters
- operations
- IPrivateEndpointConnectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- resourceName
- String
The name of the managed cluster resource.
- privateEndpointConnectionName
- String
The name of the private endpoint connection.
- parameters
- PrivateEndpointConnectionInner
Parameters supplied to the Update a private endpoint connection operation.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Updates a private endpoint connection in the specified managed cluster.
Applies to
Azure SDK for .NET