StepResourceCollection クラス

定義

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

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

コンストラクター

StepResourceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StepResourceData, CancellationToken)

同期的に新しいステップを作成するか、既存のステップを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, StepResourceData, CancellationToken)

同期的に新しいステップを作成するか、既存のステップを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_Get
Get(String, CancellationToken)

ステップを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_Get
GetAll(CancellationToken)

リソース グループの手順を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps
  • 操作IdSteps_List
GetAllAsync(CancellationToken)

リソース グループの手順を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps
  • 操作IdSteps_List
GetAsync(String, CancellationToken)

ステップを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<StepResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<StepResource>.GetEnumerator()

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

適用対象