다음을 통해 공유


InvoicesOperationsExtensions.ListByBillingSubscription 메서드

정의

구독에 대한 청구서를 나열합니다. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice> ListByBillingSubscription (this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string periodStartDate, string periodEndDate);
static member ListByBillingSubscription : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Invoice>
<Extension()>
Public Function ListByBillingSubscription (operations As IInvoicesOperations, periodStartDate As String, periodEndDate As String) As IPage(Of Invoice)

매개 변수

operations
IInvoicesOperations

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

periodStartDate
String

청구서 기간 시작 날짜입니다.

periodEndDate
String

청구서 기간 종료 날짜입니다.

반환

적용 대상