Delen via


InvoicesOperationsExtensions.GetById(IInvoicesOperations, String) Methode

Definitie

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

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

Parameters

operations
IInvoicesOperations

De bewerkingsgroep voor deze extensiemethode.

invoiceName
String

De id die een factuur uniek identificeert.

Retouren

Van toepassing op