Share via


DesktopVirtualizationClient.ScalingPlansGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingPlan> ScalingPlansGetWithResult (string subscriptionId, string resourceGroupName, string scalingPlanName, Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.ISendAsync sender);
member this.ScalingPlansGetWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingPlan>
Public Function ScalingPlansGetWithResult (subscriptionId As String, resourceGroupName As String, scalingPlanName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IScalingPlan)

Parameters

subscriptionId
String
resourceGroupName
String
scalingPlanName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to