Compartilhar via


StorageAction.StorageTasksGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTask> StorageTasksGetWithResult(string subscriptionId, string resourceGroupName, string storageTaskName, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.ISendAsync sender);
member this.StorageTasksGetWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTask>
Public Function StorageTasksGetWithResult (subscriptionId As String, resourceGroupName As String, storageTaskName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStorageTask)

Parameters

subscriptionId
String
resourceGroupName
String
storageTaskName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to