次の方法で共有


DevTestLabServiceRunnerCollection クラス

定義

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

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

コンストラクター

DevTestLabServiceRunnerCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DevTestLabServiceRunnerData, CancellationToken)

既存のサービス ランナーを作成または置換します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • 操作IdServiceRunners_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DevTestLabServiceRunnerData, CancellationToken)

既存のサービス ランナーを作成または置換します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • 操作IdServiceRunners_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • 操作IdServiceRunners_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • 操作IdServiceRunners_Get
Get(String, CancellationToken)

サービス ランナーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • 操作IdServiceRunners_Get
GetAsync(String, CancellationToken)

サービス ランナーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/servicerunners/{name}
  • 操作IdServiceRunners_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象