BillingExtensions.GetSubscriptionBillingInvoice Method

Definition

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
C#
public static Azure.Response<Azure.ResourceManager.Billing.SubscriptionBillingInvoiceResource> GetSubscriptionBillingInvoice(this Azure.ResourceManager.Resources.TenantResource tenantResource, string subscriptionId, string invoiceName, System.Threading.CancellationToken cancellationToken = default);

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

Produk Versi
Azure SDK for .NET Latest