BillingProfilesOperationsExtensions.ListByBillingAccountAsync 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 en lista över de faktureringsprofiler som en användare har åtkomst till. Åtgärden stöds för faktureringskonton med avtalstyp Microsoft-kundavtal eller Microsoft-partneravtal. https://docs.microsoft.com/en-us/rest/api/billing/
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingProfile>> ListByBillingAccountAsync (this Microsoft.Azure.Management.Billing.IBillingProfilesOperations operations, string billingAccountName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByBillingAccountAsync : Microsoft.Azure.Management.Billing.IBillingProfilesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingProfile>>
<Extension()>
Public Function ListByBillingAccountAsync (operations As IBillingProfilesOperations, billingAccountName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BillingProfile))
Parametrar
- operations
- IBillingProfilesOperations
Åtgärdsgruppen för den här tilläggsmetoden.
- billingAccountName
- String
Det ID som unikt identifierar ett faktureringskonto.
- expand
- String
Kan användas för att expandera fakturaavsnitten.
- cancellationToken
- CancellationToken
Annulleringstoken.
Returer
Gäller för
Azure SDK for .NET