Condividi tramite


MachineExtensionsOperationsExtensions.ListNext Method

Definition

The operation to get all extensions of a non-Azure machine

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.MachineExtension> ListNext (this Microsoft.Azure.Management.HybridCompute.IMachineExtensionsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.HybridCompute.IMachineExtensionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.MachineExtension>
<Extension()>
Public Function ListNext (operations As IMachineExtensionsOperations, nextPageLink As String) As IPage(Of MachineExtension)

Parameters

operations
IMachineExtensionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to