次の方法で共有


DevTestLabServiceFabricCollection クラス

定義

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

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

コンストラクター

DevTestLabServiceFabricCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DevTestLabServiceFabricData, CancellationToken)

既存のサービス ファブリックを作成または置き換えます。 この操作を完了するにはしばらく時間がかかることがあります。

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

既存のサービス ファブリックを作成または置き換えます。 この操作を完了するにはしばらく時間がかかることがあります。

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

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

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

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

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

Service Fabric を取得します。

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

特定のユーザー プロファイル内のサービス ファブリックを一覧表示します。

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

特定のユーザー プロファイル内のサービス ファブリックを一覧表示します。

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

Service Fabric を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DevTestLabServiceFabricResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DevTestLabServiceFabricResource>.GetEnumerator()

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

適用対象