Blockchain.SkusList(String, Func<HttpResponseMessage,Task<IResourceTypeSkuCollection>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task SkusList (string subscriptionId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Models.Api20180601Preview.IResourceTypeSkuCollection>,System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Runtime.ISendAsync sender);
member this.SkusList : string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Models.Api20180601Preview.IResourceTypeSkuCollection>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Blockchain.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function SkusList (subscriptionId As String, onOk As Func(Of HttpResponseMessage, Task(Of IResourceTypeSkuCollection), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

subscriptionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to