次の方法で共有


DedicatedCapacityCollection クラス

定義

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

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

コンストラクター

DedicatedCapacityCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DedicatedCapacityData, CancellationToken)

要求で指定された構成に基づいて、指定された専用容量をプロビジョニングします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
  • 操作IdCapacities_Create
CreateOrUpdateAsync(WaitUntil, String, DedicatedCapacityData, CancellationToken)

要求で指定された構成に基づいて、指定された専用容量をプロビジョニングします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
  • 操作IdCapacities_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
  • 操作IdCapacities_GetDetails
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
  • 操作IdCapacities_GetDetails
Get(String, CancellationToken)

指定した専用容量に関する詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
  • 操作IdCapacities_GetDetails
GetAll(CancellationToken)

指定されたリソース グループのすべての専用容量を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/容量
  • 操作IdCapacities_ListByResourceGroup
GetAllAsync(CancellationToken)

指定されたリソース グループのすべての専用容量を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/容量
  • 操作IdCapacities_ListByResourceGroup
GetAsync(String, CancellationToken)

指定した専用容量に関する詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.PowerBIDedicated/capacities/{dedicatedCapacityName}
  • 操作IdCapacities_GetDetails
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DedicatedCapacityResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DedicatedCapacityResource>.GetEnumerator()

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

適用対象