次の方法で共有


BillingPaymentMethodCollection クラス

定義

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

public class BillingPaymentMethodCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Billing.BillingPaymentMethodResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.BillingPaymentMethodResource>
type BillingPaymentMethodCollection = class
    inherit ArmCollection
    interface seq<BillingPaymentMethodResource>
    interface IEnumerable
    interface IAsyncEnumerable<BillingPaymentMethodResource>
Public Class BillingPaymentMethodCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of BillingPaymentMethodResource), IEnumerable(Of BillingPaymentMethodResource)
継承
BillingPaymentMethodCollection
実装

コンストラクター

BillingPaymentMethodCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • 操作IdPaymentMethods_GetByUser
ExistsAsync(String, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • 操作IdPaymentMethods_GetByUser
Get(String, CancellationToken)

呼び出し元が所有する支払い方法を取得します。

  • 要求パス/プロバイダー/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • 操作IdPaymentMethods_GetByUser
GetAll(CancellationToken)

呼び出し元が所有する支払い方法を一覧表示します。

  • 要求パス/プロバイダー/Microsoft.Billing/paymentMethods
  • 操作IdPaymentMethods_ListByUser
GetAllAsync(CancellationToken)

呼び出し元が所有する支払い方法を一覧表示します。

  • 要求パス/プロバイダー/Microsoft.Billing/paymentMethods
  • 操作IdPaymentMethods_ListByUser
GetAsync(String, CancellationToken)

呼び出し元が所有する支払い方法を取得します。

  • 要求パス/プロバイダー/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • 操作IdPaymentMethods_GetByUser
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<BillingPaymentMethodResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<BillingPaymentMethodResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象