AppConfiguration.OperationsList(Func<HttpResponseMessage,Task<IOperationDefinitionListResult>,Task>, Func<HttpResponseMessage,Task<IError>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task OperationsList (Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20200601.IOperationDefinitionListResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20200601.IError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.ISendAsync sender);
member this.OperationsList : Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20200601.IOperationDefinitionListResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20200601.IError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function OperationsList (onOk As Func(Of HttpResponseMessage, Task(Of IOperationDefinitionListResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IError), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to