Share via


StandbyPool.StandbyVirtualMachinesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachineResource> StandbyVirtualMachinesGetWithResult (string subscriptionId, string resourceGroupName, string standbyVirtualMachinePoolName, string standbyVirtualMachineName, Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.ISendAsync sender);
member this.StandbyVirtualMachinesGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyVirtualMachineResource>
Public Function StandbyVirtualMachinesGetWithResult (subscriptionId As String, resourceGroupName As String, standbyVirtualMachinePoolName As String, standbyVirtualMachineName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStandbyVirtualMachineResource)

Parameters

subscriptionId
String
resourceGroupName
String
standbyVirtualMachinePoolName
String
standbyVirtualMachineName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to