Compartilhar via


NetworkInterfacesOperationsExtensions.ListVirtualMachineScaleSetIpConfigurationsNextAsync Método

Definição

Obtenha a configuração de IP do adaptador de rede especificada em um conjunto de dimensionamento de máquinas virtuais.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration>> ListVirtualMachineScaleSetIpConfigurationsNextAsync (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListVirtualMachineScaleSetIpConfigurationsNextAsync : Microsoft.Azure.Management.Network.INetworkInterfacesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration>>
<Extension()>
Public Function ListVirtualMachineScaleSetIpConfigurationsNextAsync (operations As INetworkInterfacesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NetworkInterfaceIPConfiguration))

Parâmetros

operations
INetworkInterfacesOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a