Share via


FirmwareAnalysis.WorkspacesListByResourceGroupWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IWorkspaceList> WorkspacesListByResourceGroupWithResult (string subscriptionId, string resourceGroupName, Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.ISendAsync sender);
member this.WorkspacesListByResourceGroupWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IWorkspaceList>
Public Function WorkspacesListByResourceGroupWithResult (subscriptionId As String, resourceGroupName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IWorkspaceList)

Parameters

subscriptionId
String
resourceGroupName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to