Share via


NetworkCloud.RacksGetWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
rackName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to