次の方法で共有


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

請求期間の終了日。

戻り値

適用対象