ArmDeploymentCollection クラス

定義

のコレクション ArmDeploymentResource とその操作を表すクラス。 コレクション内の各 ArmDeploymentResource は、または TenantResourceSubscriptionResourceResourceGroupResourceManagementGroupResource同じインスタンスに属します。 インスタンスをArmDeploymentCollection取得するには、または TenantResourceのインスタンスSubscriptionResourceResourceGroupResourceManagementGroupResourceから GetArmDeployments メソッドを呼び出します。

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

コンストラクター

ArmDeploymentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ArmDeploymentContent, CancellationToken)

テンプレートとパラメーターは、要求または JSON ファイルへのリンクで直接指定できます。

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • 操作IdDeployments_CreateOrUpdateAtScope
CreateOrUpdateAsync(WaitUntil, String, ArmDeploymentContent, CancellationToken)

テンプレートとパラメーターは、要求または JSON ファイルへのリンクで直接指定できます。

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • 操作IdDeployments_CreateOrUpdateAtScope
Exists(String, CancellationToken)

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

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • 操作IdDeployments_GetAtScope
ExistsAsync(String, CancellationToken)

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

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • 操作IdDeployments_GetAtScope
Get(String, CancellationToken)

デプロイを取得します。

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • 操作IdDeployments_GetAtScope
GetAll(String, Nullable<Int32>, CancellationToken)

指定されたスコープですべてのデプロイを取得します。

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments
  • 操作IdDeployments_ListAtScope
GetAllAsync(String, Nullable<Int32>, CancellationToken)

指定されたスコープですべてのデプロイを取得します。

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments
  • 操作IdDeployments_ListAtScope
GetAsync(String, CancellationToken)

デプロイを取得します。

  • 要求パス/{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • 操作IdDeployments_GetAtScope
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ArmDeploymentResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ArmDeploymentResource>.GetEnumerator()

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

適用対象