Blockchain.SkusListViaIdentity(String, Func<HttpResponseMessage,Task<IResourceTypeSkuCollection>,Task>, IEventListener, ISendAsync) 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.
public System.Threading.Tasks.Task SkusListViaIdentity (string viaIdentity, 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.SkusListViaIdentity : 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 SkusListViaIdentity (viaIdentity As String, onOk As Func(Of HttpResponseMessage, Task(Of IResourceTypeSkuCollection), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- viaIdentity
- String
- eventListener
- IEventListener
- sender
- ISendAsync