次の方法で共有


DevBoxDefinitionCollection クラス

定義

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

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

コンストラクター

DevBoxDefinitionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DevBoxDefinitionData, CancellationToken)

Dev Box 定義を作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DevBoxDefinitionData, CancellationToken)

Dev Box 定義を作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_Get
Get(String, CancellationToken)

Dev Box 定義を取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_Get
GetAll(Nullable<Int32>, CancellationToken)

開発センターの Dev Box 定義を一覧表示します。

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

開発センターの Dev Box 定義を一覧表示します。

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

Dev Box 定義を取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/devboxdefinitions/{devBoxDefinitionName}
  • 操作IdDevBoxDefinitions_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DevBoxDefinitionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DevBoxDefinitionResource>.GetEnumerator()

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

適用対象