Share via


NetworkCloud.BareMetalMachinesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachine> BareMetalMachinesGetWithResult(string subscriptionId, string resourceGroupName, string bareMetalMachineName, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.ISendAsync sender);
member this.BareMetalMachinesGetWithResult : 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.IBareMetalMachine>
Public Function BareMetalMachinesGetWithResult (subscriptionId As String, resourceGroupName As String, bareMetalMachineName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IBareMetalMachine)

Parameters

subscriptionId
String
resourceGroupName
String
bareMetalMachineName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to