次の方法で共有


DevTestLabServiceFabricScheduleCollection クラス

定義

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

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

コンストラクター

DevTestLabServiceFabricScheduleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DevTestLabScheduleData, CancellationToken)

既存のスケジュールを作成または置換します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}
  • 操作IdServiceFabricSchedules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DevTestLabScheduleData, CancellationToken)

既存のスケジュールを作成または置換します。

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

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

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

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

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

スケジュールを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules/{name}
  • 操作IdServiceFabricSchedules_Get
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

特定のサービス ファブリックのスケジュールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules
  • 操作IdServiceFabricSchedules_List
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

特定のサービス ファブリックのスケジュールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{serviceFabricName}/schedules
  • 操作IdServiceFabricSchedules_List
GetAsync(String, String, CancellationToken)

スケジュールを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DevTestLabServiceFabricScheduleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DevTestLabServiceFabricScheduleResource>.GetEnumerator()

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

適用対象