次の方法で共有


LabPlanCollection クラス

定義

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

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

コンストラクター

LabPlanCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, LabPlanData, CancellationToken)

ラボ 計画リソースを作成または更新する操作。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • 操作IdLabPlans_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, LabPlanData, CancellationToken)

ラボ 計画リソースを作成または更新する操作。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • 操作IdLabPlans_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • 操作IdLabPlans_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • 操作IdLabPlans_Get
Get(String, CancellationToken)

ラボ プランのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • 操作IdLabPlans_Get
GetAll(CancellationToken)

サブスクリプションとリソース グループのすべてのラボ プランの一覧を返します。

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

サブスクリプションとリソース グループのすべてのラボ プランの一覧を返します。

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

ラボ プランのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labPlans/{labPlanName}
  • 操作IdLabPlans_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<LabPlanResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<LabPlanResource>.GetEnumerator()

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

適用対象