BillingExtensions.GetDefaultBillingInvoice Method

Definition

Gets an invoice by 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/invoices/{invoiceName}
  • Operation Id: Invoices_Get
  • Default Api Version: 2024-04-01
  • Resource: DefaultBillingInvoiceResource
C#
public static Azure.Response<Azure.ResourceManager.Billing.DefaultBillingInvoiceResource> GetDefaultBillingInvoice(this Azure.ResourceManager.Resources.TenantResource tenantResource, string invoiceName, System.Threading.CancellationToken cancellationToken = default);

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

invoiceName
String

The ID that uniquely identifies an invoice.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

tenantResource or invoiceName is null.

invoiceName is an empty string, and was expected to be non-empty.

Applies to

Produk Versi
Azure SDK for .NET Latest