InvoiceSectionsOperationsExtensions.ListByBillingProfile Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Visar de fakturaavsnitt som en användare har åtkomst till. Åtgärden stöds endast för faktureringskonton med avtalstyp Microsoft-kundavtal. https://docs.microsoft.com/en-us/rest/api/billing/
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.InvoiceSection> ListByBillingProfile (this Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations operations, string billingAccountName, string billingProfileName);
static member ListByBillingProfile : Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.InvoiceSection>
<Extension()>
Public Function ListByBillingProfile (operations As IInvoiceSectionsOperations, billingAccountName As String, billingProfileName As String) As IPage(Of InvoiceSection)
Parametrar
- operations
- IInvoiceSectionsOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- billingAccountName
- String
Det ID som unikt identifierar ett faktureringskonto.
- billingProfileName
- String
Det ID som unikt identifierar en faktureringsprofil.
Returer
Gäller för
Azure SDK for .NET