Language

EdgeOrder.ListProductFamiliesViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IProductFamilies> ListProductFamiliesViaJsonStringWithResult(string subscriptionId, string Expand, string SkipToken, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.ISendAsync sender);
member this.ListProductFamiliesViaJsonStringWithResult : string * 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.IProductFamilies>
Public Function ListProductFamiliesViaJsonStringWithResult (subscriptionId As String, Expand As String, SkipToken As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IProductFamilies)

Parameters

subscriptionId
String
Expand
String
SkipToken
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to