Delen via


InvoicesOperationsExtensions.Get(IInvoicesOperations, String, String) Methode

Definitie

Hiermee wordt een factuur opgehaald op basis van de naam en id van de factureringsrekening. De bewerking wordt ondersteund voor factureringsrekeningen met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Azure.Management.Billing.Models.Invoice Get(this Microsoft.Azure.Management.Billing.IInvoicesOperations operations, string billingAccountName, string invoiceName);
static member Get : Microsoft.Azure.Management.Billing.IInvoicesOperations * string * string -> Microsoft.Azure.Management.Billing.Models.Invoice
<Extension()>
Public Function Get (operations As IInvoicesOperations, billingAccountName As String, invoiceName As String) As Invoice

Parameters

operations
IInvoicesOperations

De bewerkingsgroep voor deze extensiemethode.

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

invoiceName
String

De id die een factuur uniek identificeert.

Retouren

Van toepassing op