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

NetworkInterfacesOperationsExtensions.ListVirtualMachineScaleSetIpConfigurationsAsync 方法

定义

获取虚拟机规模集中的指定网络接口 IP 配置。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner>> ListVirtualMachineScaleSetIpConfigurationsAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkInterfacesOperations operations, string resourceGroupName, string virtualMachineScaleSetName, string virtualmachineIndex, string networkInterfaceName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListVirtualMachineScaleSetIpConfigurationsAsync : Microsoft.Azure.Management.Network.Fluent.INetworkInterfacesOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner>>
<Extension()>
Public Function ListVirtualMachineScaleSetIpConfigurationsAsync (operations As INetworkInterfacesOperations, resourceGroupName As String, virtualMachineScaleSetName As String, virtualmachineIndex As String, networkInterfaceName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NetworkInterfaceIPConfigurationInner))

参数

operations
INetworkInterfacesOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

virtualMachineScaleSetName
String

虚拟机规模集的名称。

virtualmachineIndex
String

虚拟机索引。

networkInterfaceName
String

网络接口的名称。

expand
String

展开引用的资源。

cancellationToken
CancellationToken

取消标记。

返回

适用于