FirmwareAnalysis.WorkspacesListByResourceGroupWithResult 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<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);
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IWorkspaceListResult> 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>
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.IWorkspaceListResult>
Public Function WorkspacesListByResourceGroupWithResult (subscriptionId As String, resourceGroupName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IWorkspaceList)
Public Function WorkspacesListByResourceGroupWithResult (subscriptionId As String, resourceGroupName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IWorkspaceListResult)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- eventListener
- IEventListener
- sender
- ISendAsync