BillingExtensions.GetBillingSubscriptionAliases メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TenantResource 内の BillingSubscriptionAliasResources のコレクションを取得します。
public static Azure.ResourceManager.Billing.BillingSubscriptionAliasCollection GetBillingSubscriptionAliases (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName);
static member GetBillingSubscriptionAliases : Azure.ResourceManager.Resources.TenantResource * string -> Azure.ResourceManager.Billing.BillingSubscriptionAliasCollection
<Extension()>
Public Function GetBillingSubscriptionAliases (tenantResource As TenantResource, billingAccountName As String) As BillingSubscriptionAliasCollection
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行されるインスタンス。
- billingAccountName
- String
課金アカウントを一意に識別する ID。
戻り値
BillingSubscriptionAliasResources のコレクションとその BillingSubscriptionAliasResource に対する操作を表す オブジェクト。
例外
billingAccountName
は空の文字列であり、空でないと予想されていました。
billingAccountName
が null です。