CloudService.NetworkInterfacesGetByCloudServiceWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterface> NetworkInterfacesGetByCloudServiceWithResult(string subscriptionId, string resourceGroupName, string cloudServiceName, string roleInstanceName, string networkInterfaceName, string Expand, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.ISendAsync sender);
member this.NetworkInterfacesGetByCloudServiceWithResult : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.INetworkInterface>
Public Function NetworkInterfacesGetByCloudServiceWithResult (subscriptionId As String, resourceGroupName As String, cloudServiceName As String, roleInstanceName As String, networkInterfaceName As String, Expand As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of INetworkInterface)

Parameters

subscriptionId
String
resourceGroupName
String
cloudServiceName
String
roleInstanceName
String
networkInterfaceName
String
Expand
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to