다음을 통해 공유


OperationsExtensions.ListNext(IOperations, String) 메서드

정의

사용 가능한 청구 REST API 작업을 나열합니다. https://docs.microsoft.com/en-us/rest/api/billing/

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

매개 변수

operations
IOperations

이 확장 메서드에 대한 작업 그룹입니다.

nextPageLink
String

이전에 성공한 목록 작업 호출의 NextLink입니다.

반환

적용 대상