CostManagementExportCollection クラス

定義

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

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

コンストラクター

CostManagementExportCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CostManagementExportData, CancellationToken)

エクスポートを作成または更新する操作。 更新操作では、要求で最新の eTag を設定する必要があります。 get 操作を実行することで、最新の eTag を取得できます。 作成操作には eTag は必要ありません。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • 操作IdExports_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, CostManagementExportData, CancellationToken)

エクスポートを作成または更新する操作。 更新操作では、要求で最新の eTag を設定する必要があります。 get 操作を実行することで、最新の eTag を取得できます。 作成操作には eTag は必要ありません。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • 操作IdExports_CreateOrUpdate
Exists(String, String, CancellationToken)

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

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • 操作IdExports_Get
ExistsAsync(String, String, CancellationToken)

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

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • 操作IdExports_Get
Get(String, String, CancellationToken)

定義されたスコープのエクスポートをエクスポート名で取得する操作。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • 操作IdExports_Get
GetAll(String, CancellationToken)

指定されたスコープ内のすべてのエクスポートを一覧表示する操作。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports
  • 操作IdExports_List
GetAllAsync(String, CancellationToken)

指定されたスコープ内のすべてのエクスポートを一覧表示する操作。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports
  • 操作IdExports_List
GetAsync(String, String, CancellationToken)

定義されたスコープのエクスポートをエクスポート名で取得する操作。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/exports/{exportName}
  • 操作IdExports_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CostManagementExportResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CostManagementExportResource>.GetEnumerator()

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

適用対象