次の方法で共有


BillingSubscriptionsOperationsExtensions.ListByBillingProfile メソッド

定義

課金プロファイルに課金されるサブスクリプションを一覧表示します。 この操作は、契約の種類がMicrosoft 顧客契約またはMicrosoft Partner Agreementの課金アカウントでサポートされています。 https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingSubscription> ListByBillingProfile (this Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations operations, string billingAccountName, string billingProfileName);
static member ListByBillingProfile : Microsoft.Azure.Management.Billing.IBillingSubscriptionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Billing.Models.BillingSubscription>
<Extension()>
Public Function ListByBillingProfile (operations As IBillingSubscriptionsOperations, billingAccountName As String, billingProfileName As String) As IPage(Of BillingSubscription)

パラメーター

operations
IBillingSubscriptionsOperations

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

billingAccountName
String

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

billingProfileName
String

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

戻り値

適用対象