StackHcivm.VirtualHardDisksGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks> VirtualHardDisksGetWithResult (string subscriptionId, string resourceGroupName, string virtualHardDiskName, Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.ISendAsync sender);
member this.VirtualHardDisksGetWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualHardDisks>
Public Function VirtualHardDisksGetWithResult (subscriptionId As String, resourceGroupName As String, virtualHardDiskName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IVirtualHardDisks)

Parameters

subscriptionId
String
resourceGroupName
String
virtualHardDiskName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to