Advisor.RecommendationsListWithResult 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.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