Share via


KeyVault.PrivateEndpointConnectionsDeleteWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IPrivateEndpointConnection> PrivateEndpointConnectionsDeleteWithResult (string subscriptionId, string resourceGroupName, string vaultName, string privateEndpointConnectionName, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.ISendAsync sender);
member this.PrivateEndpointConnectionsDeleteWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IPrivateEndpointConnection>
Public Function PrivateEndpointConnectionsDeleteWithResult (subscriptionId As String, resourceGroupName As String, vaultName As String, privateEndpointConnectionName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IPrivateEndpointConnection)

Parameters

subscriptionId
String
resourceGroupName
String
vaultName
String
privateEndpointConnectionName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to