Orbital.OperationsResultsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IOperationResult> OperationsResultsGetWithResult(string subscriptionId, string location, string operationId, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.ISendAsync sender);
member this.OperationsResultsGetWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IOperationResult>
Public Function OperationsResultsGetWithResult (subscriptionId As String, location As String, operationId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOperationResult)

Parameters

subscriptionId
String
location
String
operationId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to