Compartilhar via


NetworkInterfacesOperationsExtensions.GetCloudServiceNetworkInterface Método

Definição

Obtenha o adaptador de rede especificado em um serviço de nuvem.

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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

cloudServiceName
String

O nome do serviço de nuvem.

roleInstanceName
String

O nome da instância de função.

networkInterfaceName
String

O nome do adaptador de interface de rede.

expand
String

Expande os recursos referenciados.

Retornos

Aplica-se a