Functions.BlobContainersListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IListContainerItems> BlobContainersListWithResult(string subscriptionId, string resourceGroupName, string accountName, string SkipToken, string Maxpagesize, string Filter, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.BlobContainersListWithResult : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IListContainerItems>
Public Function BlobContainersListWithResult (subscriptionId As String, resourceGroupName As String, accountName As String, SkipToken As String, Maxpagesize As String, Filter As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IListContainerItems)

Parameters

subscriptionId
String
resourceGroupName
String
accountName
String
SkipToken
String
Maxpagesize
String
Filter
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to