DataProtection.OperationResultGetWithResult Method

Definition

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

Parameters

subscriptionId
String
operationId
String
location
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to