Partager via


InvoiceSectionsOperationsExtensions.GetAsync Méthode

Définition

Obtient une section de facture par son ID. L’opération est prise en charge uniquement pour les comptes de facturation avec le type de contrat Contrat client Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.InvoiceSection> GetAsync (this Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations operations, string billingAccountName, string billingProfileName, string invoiceSectionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Billing.IInvoiceSectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.InvoiceSection>
<Extension()>
Public Function GetAsync (operations As IInvoiceSectionsOperations, billingAccountName As String, billingProfileName As String, invoiceSectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of InvoiceSection)

Paramètres

operations
IInvoiceSectionsOperations

Groupe d’opérations pour cette méthode d’extension.

billingAccountName
String

ID qui identifie de façon unique un compte de facturation.

billingProfileName
String

ID qui identifie de façon unique un profil de facturation.

invoiceSectionName
String

ID qui identifie de façon unique une section de facture.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à