次の方法で共有


BillingExtensions.GetBillingAccountPaymentMethods メソッド

定義

TenantResource 内の BillingAccountPaymentMethodResources のコレクションを取得します。

public static Azure.ResourceManager.Billing.BillingAccountPaymentMethodCollection GetBillingAccountPaymentMethods (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName);
static member GetBillingAccountPaymentMethods : Azure.ResourceManager.Resources.TenantResource * string -> Azure.ResourceManager.Billing.BillingAccountPaymentMethodCollection
<Extension()>
Public Function GetBillingAccountPaymentMethods (tenantResource As TenantResource, billingAccountName As String) As BillingAccountPaymentMethodCollection

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行されるインスタンス。

billingAccountName
String

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

戻り値

BillingAccountPaymentMethodResources のコレクションとその BillingAccountPaymentMethodResource に対する操作を表す オブジェクト。

例外

billingAccountName は空の文字列であり、空でないと予想されていました。

billingAccountName が null です。

適用対象