次の方法で共有


RolloutCollection クラス

定義

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

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

コンストラクター

RolloutCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, RolloutCreateOrUpdateContent, CancellationToken)

これは非同期操作であり、この操作によって返される場所ヘッダーを使用して、完了にポーリングできます。

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

これは非同期操作であり、この操作によって返される場所ヘッダーを使用して、完了にポーリングできます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_CreateOrUpdate
Exists(String, Nullable<Int32>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_Get
ExistsAsync(String, Nullable<Int32>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_Get
Get(String, Nullable<Int32>, CancellationToken)

ロールアウトの詳細情報を取得します。

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

リソース グループ内のロールアウトを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/ロールアウト
  • 操作IdRollouts_List
GetAllAsync(CancellationToken)

リソース グループ内のロールアウトを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/ロールアウト
  • 操作IdRollouts_List
GetAsync(String, Nullable<Int32>, CancellationToken)

ロールアウトの詳細情報を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<RolloutResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<RolloutResource>.GetEnumerator()

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

適用対象