次の方法で共有


DevTestLabSecretCollection クラス

定義

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

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

コンストラクター

DevTestLabSecretCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DevTestLabSecretData, CancellationToken)

既存のシークレットを作成または置換します。 この操作を完了するにはしばらく時間がかかることがあります。

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

既存のシークレットを作成または置換します。 この操作を完了するにはしばらく時間がかかることがあります。

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

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

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

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

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

シークレットを取得します。

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

特定のユーザー プロファイル内のシークレットを一覧表示します。

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

特定のユーザー プロファイル内のシークレットを一覧表示します。

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

シークレットを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DevTestLabSecretResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DevTestLabSecretResource>.GetEnumerator()

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

適用対象