你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INetworkInterfaces.GetByVirtualMachineScaleSetInstanceId 方法

定义

获取与虚拟机规模集实例关联的网络接口。

public Microsoft.Azure.Management.Network.Fluent.IVirtualMachineScaleSetNetworkInterface GetByVirtualMachineScaleSetInstanceId (string resourceGroupName, string scaleSetName, string instanceId, string name);
abstract member GetByVirtualMachineScaleSetInstanceId : string * string * string * string -> Microsoft.Azure.Management.Network.Fluent.IVirtualMachineScaleSetNetworkInterface
Public Function GetByVirtualMachineScaleSetInstanceId (resourceGroupName As String, scaleSetName As String, instanceId As String, name As String) As IVirtualMachineScaleSetNetworkInterface

参数

resourceGroupName
String

虚拟机规模集资源组名称。

scaleSetName
String

规模集名称。

instanceId
String

虚拟机规模集 VM 实例 ID。

name
String

网络接口名称。

返回

适用于