Chaos.OperationStatusesGetWithResult Method

Definition

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

Parameters

subscriptionId
String
location
String
asyncOperationId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to