次の方法で共有


DevTestLabArmTemplateCollection クラス

定義

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

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

コンストラクター

DevTestLabArmTemplateCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, String, CancellationToken)

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

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

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

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

Azure Resource Manager テンプレートを取得します。

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

特定の成果物ソース内の Azure Resource Manager テンプレートを一覧表示します。

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

特定の成果物ソース内の Azure Resource Manager テンプレートを一覧表示します。

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

Azure Resource Manager テンプレートを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DevTestLabArmTemplateResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DevTestLabArmTemplateResource>.GetEnumerator()

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

適用対象