次の方法で共有


BillingAccountPolicyCollection クラス

定義

のコレクション BillingAccountPolicyResource とその操作を表すクラス。 コレクション内の各 BillingAccountPolicyResource は、 の同じインスタンス TenantResourceに属します。 インスタンスを BillingAccountPolicyCollection 取得するには、 のインスタンス TenantResourceから GetBillingAccountPolicies メソッドを呼び出します。

public class BillingAccountPolicyCollection : Azure.ResourceManager.ArmCollection
type BillingAccountPolicyCollection = class
    inherit ArmCollection
Public Class BillingAccountPolicyCollection
Inherits ArmCollection
継承
BillingAccountPolicyCollection

コンストラクター

BillingAccountPolicyCollection()

モック作成のために クラスの BillingAccountPolicyCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
  • 操作IdBillingAccount_GetPolicy
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
  • 操作IdBillingAccount_GetPolicy
Get(String, CancellationToken)

課金アカウント ポリシーを取得します。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
  • 操作IdBillingAccount_GetPolicy
GetAsync(String, CancellationToken)

課金アカウント ポリシーを取得します。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default
  • 操作IdBillingAccount_GetPolicy
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

適用対象