Partager via


Advisor.RecommendationsListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBaseListResult> RecommendationsListWithResult(string subscriptionId, string Filter, int? Top, string SkipToken, Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.ISendAsync sender);
member this.RecommendationsListWithResult : string * string * Nullable<int> * string * Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBaseListResult>
Public Function RecommendationsListWithResult (subscriptionId As String, Filter As String, Top As Nullable(Of Integer), SkipToken As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IResourceRecommendationBaseListResult)

Parameters

subscriptionId
String
Filter
String
SkipToken
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to