Language

EdgeOrder.ListConfigurationsViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IConfigurations> ListConfigurationsViaJsonStringWithResult(string subscriptionId, string SkipToken, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.ISendAsync sender);
member this.ListConfigurationsViaJsonStringWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IConfigurations>
Public Function ListConfigurationsViaJsonStringWithResult (subscriptionId As String, SkipToken As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IConfigurations)

Parameters

subscriptionId
String
SkipToken
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to