Share via


KeyVault.PrivateEndpointConnectionsListByResourceWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IPrivateEndpointConnectionListResult> PrivateEndpointConnectionsListByResourceWithResult (string subscriptionId, string resourceGroupName, string vaultName, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.ISendAsync sender);
member this.PrivateEndpointConnectionsListByResourceWithResult : 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.IPrivateEndpointConnectionListResult>
Public Function PrivateEndpointConnectionsListByResourceWithResult (subscriptionId As String, resourceGroupName As String, vaultName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IPrivateEndpointConnectionListResult)

Parameters

subscriptionId
String
resourceGroupName
String
vaultName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to