ManagedNetworkFabric.NetworkFabricControllersGetWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
networkFabricControllerName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to