Share via


ConnectedMachine.GatewaysGetWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
gatewayName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to