다음을 통해 공유


CapabilityTypesOperationsExtensions.ListNext Method

Definition

Get a list of Capability Type resources for given Target Type and location.

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

Parameters

operations
ICapabilityTypesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to