次の方法で共有


DevTestLabPolicyCollection クラス

定義

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

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

コンストラクター

DevTestLabPolicyCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DevTestLabPolicyData, CancellationToken)

既存のポリシーを作成または置き換えます。

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

既存のポリシーを作成または置き換えます。

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

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

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

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

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

ポリシーを取得します。

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

特定のポリシー セット内のポリシーを一覧表示します。

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

特定のポリシー セット内のポリシーを一覧表示します。

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

ポリシーを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DevTestLabPolicyResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DevTestLabPolicyResource>.GetEnumerator()

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

適用対象