次の方法で共有


NetworkInterfacesOperationsExtensions.ListVirtualMachineScaleSetNetworkInterfaces メソッド

定義

仮想マシン スケール セット内のすべてのネットワーク インターフェイスを取得します。

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

パラメーター

operations
INetworkInterfacesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

virtualMachineScaleSetName
String

仮想マシン スケール セットの名前。

戻り値

適用対象