InvoicesOperationsExtensions.ListByBillingSubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists the invoices for a subscription. 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)
Parameters
- operations
- IInvoicesOperations
The operations group for this extension method.
- periodStartDate
- String
Invoice period start date.
- periodEndDate
- String
Invoice period end date.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET