共用方式為


AddonsOperationsExtensions.ListByRoleNext(IAddonsOperations, String) Method

Definition

Lists all the addons configured in the role.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Addon> ListByRoleNext (this Microsoft.Azure.Management.DataBoxEdge.IAddonsOperations operations, string nextPageLink);
static member ListByRoleNext : Microsoft.Azure.Management.DataBoxEdge.IAddonsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBoxEdge.Models.Addon>
<Extension()>
Public Function ListByRoleNext (operations As IAddonsOperations, nextPageLink As String) As IPage(Of Addon)

Parameters

operations
IAddonsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to