Freigeben über


InstructionsOperationsExtensions.ListByBillingProfile Methode

Definition

Listet die Anweisungen nach Abrechnungsprofil-ID auf. 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)

Parameter

operations
IInstructionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

billingAccountName
String

Die ID, die ein Abrechnungskonto eindeutig identifiziert.

billingProfileName
String

Die ID, die ein Abrechnungsprofil eindeutig identifiziert.

Gibt zurück

Gilt für: