다음을 통해 공유


BillingPeriodsOperationsExtensions.ListNext 메서드

정의

구독에 대해 사용 가능한 청구 기간을 역순으로 나열합니다. Azure Web-Direct 구독에 대해서만 지원됩니다. Azure 웹 포털을 통해 직접 구매하지 않은 다른 구독 유형은 이 미리 보기 API를 통해 지원되지 않습니다. https://go.microsoft.com/fwlink/?linkid=844490

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

매개 변수

operations
IBillingPeriodsOperations

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

nextPageLink
String

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

반환

적용 대상