Aracılığıyla paylaş


NetworkInterfacesOperationsExtensions.ListVirtualMachineScaleSetIpConfigurationsNext Method

Definition

Get the specified network interface ip configuration in a virtual machine scale set.

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

Parameters

operations
INetworkInterfacesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to