Share via


NetworkCloud.L2NetworksGetWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
l2NetworkName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to