Functions.BlobContainersGet(String, String, String, String, Func<HttpResponseMessage,Task<IBlobContainer>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task BlobContainersGet (string resourceGroupName, string accountName, string containerName, string subscriptionId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainer>,System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.BlobContainersGet : string * string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobContainer>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function BlobContainersGet (resourceGroupName As String, accountName As String, containerName As String, subscriptionId As String, onOk As Func(Of HttpResponseMessage, Task(Of IBlobContainer), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

resourceGroupName
String
accountName
String
containerName
String
subscriptionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to