次の方法で共有


ProjectDevBoxDefinitionCollection クラス

定義

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

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

コンストラクター

ProjectDevBoxDefinitionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_GetByProject
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_GetByProject
Get(String, CancellationToken)

プロジェクト用に構成された Dev Box 定義を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_GetByProject
GetAll(Nullable<Int32>, CancellationToken)

プロジェクト用に構成された Dev Box 定義を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions
  • 操作IdDevBoxDefinitions_ListByProject
GetAllAsync(Nullable<Int32>, CancellationToken)

プロジェクト用に構成された Dev Box 定義を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions
  • 操作IdDevBoxDefinitions_ListByProject
GetAsync(String, CancellationToken)

プロジェクト用に構成された Dev Box 定義を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_GetByProject
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ProjectDevBoxDefinitionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ProjectDevBoxDefinitionResource>.GetEnumerator()

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

適用対象