Condividi tramite


Compute.VirtualMachineRunCommandsGetViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IRunCommandDocument> VirtualMachineRunCommandsGetViaIdentityWithResult(string viaIdentity, Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.ISendAsync sender);
member this.VirtualMachineRunCommandsGetViaIdentityWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.IRunCommandDocument>
Public Function VirtualMachineRunCommandsGetViaIdentityWithResult (viaIdentity As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IRunCommandDocument)

Parameters

viaIdentity
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to