Compartir a través de


NetworkInterfacesOperationsExtensions.GetCloudServiceNetworkInterface Método

Definición

Obtiene la interfaz de red especificada en un servicio en la nube.

public static Microsoft.Azure.Management.Network.Models.NetworkInterface GetCloudServiceNetworkInterface (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations, string resourceGroupName, string cloudServiceName, string roleInstanceName, string networkInterfaceName, string expand = default);
static member GetCloudServiceNetworkInterface : Microsoft.Azure.Management.Network.INetworkInterfacesOperations * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkInterface
<Extension()>
Public Function GetCloudServiceNetworkInterface (operations As INetworkInterfacesOperations, resourceGroupName As String, cloudServiceName As String, roleInstanceName As String, networkInterfaceName As String, Optional expand As String = Nothing) As NetworkInterface

Parámetros

operations
INetworkInterfacesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

cloudServiceName
String

El nombre del servicio en la nube.

roleInstanceName
String

Nombre de la instancia de rol.

networkInterfaceName
String

Nombre de la interfaz de red.

expand
String

Expande los recursos a los que se hace referencia.

Devoluciones

Se aplica a