Share via


NetworkInterfacesOperationsExtensions.ListCloudServiceRoleInstanceNetworkInterfaces Method

Definition

Gets information about all network interfaces in a role instance in a cloud service.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface> ListCloudServiceRoleInstanceNetworkInterfaces (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations, string resourceGroupName, string cloudServiceName, string roleInstanceName);
static member ListCloudServiceRoleInstanceNetworkInterfaces : Microsoft.Azure.Management.Network.INetworkInterfacesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface>
<Extension()>
Public Function ListCloudServiceRoleInstanceNetworkInterfaces (operations As INetworkInterfacesOperations, resourceGroupName As String, cloudServiceName As String, roleInstanceName As String) As IPage(Of NetworkInterface)

Parameters

operations
INetworkInterfacesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

cloudServiceName
String

The name of the cloud service.

roleInstanceName
String

The name of role instance.

Returns

Applies to