次の方法で共有


BillingExtensions.GetBillingPaymentMethodLinks メソッド

定義

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

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

パラメーター

tenantResource
TenantResource

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

billingAccountName
String

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

billingProfileName
String

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

戻り値

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

例外

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

billingAccountName または billingProfileName が null です。

適用対象