次の方法で共有


InstructionsOperationsExtensions.ListByBillingProfile メソッド

定義

課金プロファイル ID 別の手順を一覧表示します。 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)

パラメーター

operations
IInstructionsOperations

この拡張メソッドの操作グループ。

billingAccountName
String

課金アカウントを一意に識別する ID。

billingProfileName
String

課金プロファイルを一意に識別する ID。

戻り値

適用対象