NetworkCloud.VolumesListByResourceGroupWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVolumeList> VolumesListByResourceGroupWithResult(string subscriptionId, string resourceGroupName, int? Top, string SkipToken, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.ISendAsync sender);
member this.VolumesListByResourceGroupWithResult : string * string * Nullable<int> * string * Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVolumeList>
Public Function VolumesListByResourceGroupWithResult (subscriptionId As String, resourceGroupName As String, Top As Nullable(Of Integer), SkipToken As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IVolumeList)

Parameters

subscriptionId
String
resourceGroupName
String
SkipToken
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to