次の方法で共有


TenantsCostManagementViewsCollection クラス

定義

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

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

コンストラクター

TenantsCostManagementViewsCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CostManagementViewData, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.CostManagement/views/{viewName}
  • 操作IdViews_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, CostManagementViewData, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.CostManagement/views/{viewName}
  • 操作IdViews_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.CostManagement/views/{viewName}
  • 操作IdViews_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.CostManagement/views/{viewName}
  • 操作IdViews_Get
Get(String, CancellationToken)

ビュー名でビューを取得します。

  • 要求パス/プロバイダー/Microsoft.CostManagement/views/{viewName}
  • 操作IdViews_Get
GetAsync(String, CancellationToken)

ビュー名でビューを取得します。

  • 要求パス/プロバイダー/Microsoft.CostManagement/views/{viewName}
  • 操作IdViews_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象