BillingExtensions.GetBillingPaymentMethodLinks メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。