Share via


KeyVault.VaultsListBySubscriptionViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IVaultListResult> VaultsListBySubscriptionViaIdentityWithResult (string viaIdentity, int? Top, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.ISendAsync sender);
member this.VaultsListBySubscriptionViaIdentityWithResult : string * Nullable<int> * Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IVaultListResult>
Public Function VaultsListBySubscriptionViaIdentityWithResult (viaIdentity As String, Top As Nullable(Of Integer), eventListener As IEventListener, sender As ISendAsync) As Task(Of IVaultListResult)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to