Udostępnij przez


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);
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

Returns

Applies to