BillingExtensions.GetSubscriptionBillingInvoice 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.
Gets an invoice by subscription ID and invoice ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
- Request Path: /providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/invoices/{invoiceName}
- Operation Id: Invoices_GetByBillingSubscription
- Default Api Version: 2024-04-01
- Resource: SubscriptionBillingInvoiceResource
public static Azure.Response<Azure.ResourceManager.Billing.SubscriptionBillingInvoiceResource> GetSubscriptionBillingInvoice (this Azure.ResourceManager.Resources.TenantResource tenantResource, string subscriptionId, string invoiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionBillingInvoice : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Billing.SubscriptionBillingInvoiceResource>
<Extension()>
Public Function GetSubscriptionBillingInvoice (tenantResource As TenantResource, subscriptionId As String, invoiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SubscriptionBillingInvoiceResource)
Parameters
- tenantResource
- TenantResource
The TenantResource instance the method will execute against.
- subscriptionId
- String
The ID that uniquely identifies a billing subscription.
- invoiceName
- String
The ID that uniquely identifies an invoice.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
tenantResource
, subscriptionId
or invoiceName
is null.
subscriptionId
or invoiceName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET