Partager via


Advisor.RecommendationsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.IResourceRecommendationBase> RecommendationsGetWithResult(string resourceUri, string recommendationId, Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.ISendAsync sender);
member this.RecommendationsGetWithResult : string * 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.IResourceRecommendationBase>
Public Function RecommendationsGetWithResult (resourceUri As String, recommendationId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IResourceRecommendationBase)

Parameters

resourceUri
String
recommendationId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to