Condividi tramite


BillingExtensions.GetSubscriptionBillingInvoiceAsync 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
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.SubscriptionBillingInvoiceResource>> GetSubscriptionBillingInvoiceAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string subscriptionId, string invoiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionBillingInvoiceAsync : Azure.ResourceManager.Resources.TenantResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Billing.SubscriptionBillingInvoiceResource>>
<Extension()>
Public Function GetSubscriptionBillingInvoiceAsync (tenantResource As TenantResource, subscriptionId As String, invoiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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