次の方法で共有


ArmDeploymentScriptCollection クラス

定義

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

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

コンストラクター

ArmDeploymentScriptCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ArmDeploymentScriptData, CancellationToken)

デプロイ スクリプトを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}
  • 操作IdDeploymentScripts_Create
CreateOrUpdateAsync(WaitUntil, String, ArmDeploymentScriptData, CancellationToken)

デプロイ スクリプトを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}
  • 操作IdDeploymentScripts_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}
  • 操作IdDeploymentScripts_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}
  • 操作IdDeploymentScripts_Get
Get(String, CancellationToken)

指定した名前のデプロイ スクリプトを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}
  • 操作IdDeploymentScripts_Get
GetAll(CancellationToken)

デプロイ スクリプトを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts
  • 操作IdDeploymentScripts_ListByResourceGroup
GetAllAsync(CancellationToken)

デプロイ スクリプトを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts
  • 操作IdDeploymentScripts_ListByResourceGroup
GetAsync(String, CancellationToken)

指定した名前のデプロイ スクリプトを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts/{scriptName}
  • 操作IdDeploymentScripts_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ArmDeploymentScriptResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ArmDeploymentScriptResource>.GetEnumerator()

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

適用対象