InvoicesOperationsExtensions.GetById(IInvoicesOperations, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une facture par ID. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft. 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
Paramètres
- operations
- IInvoicesOperations
Groupe d’opérations pour cette méthode d’extension.
- invoiceName
- String
ID qui identifie une facture de manière unique.
Retours
S’applique à
Azure SDK for .NET