StorageAction.StorageTasksReportListWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StorageTasksReportListWithResult(String, String, String, Nullable<Int32>, String, IEventListener, ISendAsync)
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskReportSummary> StorageTasksReportListWithResult(string subscriptionId, string resourceGroupName, string storageTaskName, int? Maxpagesize, string Filter, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.ISendAsync sender);
member this.StorageTasksReportListWithResult : string * string * string * Nullable<int> * 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.IStorageTaskReportSummary>
Public Function StorageTasksReportListWithResult (subscriptionId As String, resourceGroupName As String, storageTaskName As String, Maxpagesize As Nullable(Of Integer), Filter As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStorageTaskReportSummary)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- storageTaskName
- String
- Filter
- String
- eventListener
- IEventListener
- sender
- ISendAsync
Returns
Applies to
StorageTasksReportListWithResult(String, String, String, String, String, IEventListener, ISendAsync)
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskReportSummary> StorageTasksReportListWithResult(string subscriptionId, string resourceGroupName, string storageTaskName, string Maxpagesize, string Filter, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.ISendAsync sender);
member this.StorageTasksReportListWithResult : string * string * 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.IStorageTaskReportSummary>
Public Function StorageTasksReportListWithResult (subscriptionId As String, resourceGroupName As String, storageTaskName As String, Maxpagesize As String, Filter As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStorageTaskReportSummary)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- storageTaskName
- String
- Maxpagesize
- String
- Filter
- String
- eventListener
- IEventListener
- sender
- ISendAsync