StorageAction.StorageTaskAssignmentListWithResult 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
StorageTaskAssignmentListWithResult(String, String, String, Nullable<Int32>, IEventListener, ISendAsync)
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskAssignmentsListResult> StorageTaskAssignmentListWithResult(string subscriptionId, string resourceGroupName, string storageTaskName, int? Maxpagesize, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.ISendAsync sender);
member this.StorageTaskAssignmentListWithResult : string * string * string * Nullable<int> * Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskAssignmentsListResult>
Public Function StorageTaskAssignmentListWithResult (subscriptionId As String, resourceGroupName As String, storageTaskName As String, Maxpagesize As Nullable(Of Integer), eventListener As IEventListener, sender As ISendAsync) As Task(Of IStorageTaskAssignmentsListResult)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- storageTaskName
- String
- eventListener
- IEventListener
- sender
- ISendAsync
Returns
Applies to
StorageTaskAssignmentListWithResult(String, String, String, String, IEventListener, ISendAsync)
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTaskAssignmentsListResult> StorageTaskAssignmentListWithResult(string subscriptionId, string resourceGroupName, string storageTaskName, string Maxpagesize, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Runtime.ISendAsync sender);
member this.StorageTaskAssignmentListWithResult : 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.IStorageTaskAssignmentsListResult>
Public Function StorageTaskAssignmentListWithResult (subscriptionId As String, resourceGroupName As String, storageTaskName As String, Maxpagesize As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStorageTaskAssignmentsListResult)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- storageTaskName
- String
- Maxpagesize
- String
- eventListener
- IEventListener
- sender
- ISendAsync