InstructionsOperationsExtensions.ListByBillingProfile 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.
Répertorie les instructions par ID de profil de facturation. https://docs.microsoft.com/en-us/rest/api/billing/
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Instruction> ListByBillingProfile (this Microsoft.Azure.Management.Billing.IInstructionsOperations operations, string billingAccountName, string billingProfileName);
static member ListByBillingProfile : Microsoft.Azure.Management.Billing.IInstructionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.Instruction>
<Extension()>
Public Function ListByBillingProfile (operations As IInstructionsOperations, billingAccountName As String, billingProfileName As String) As IPage(Of Instruction)
Paramètres
- operations
- IInstructionsOperations
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.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET