UpdateCollection クラス

定義

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

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

コンストラクター

UpdateCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, UpdateData, CancellationToken)

指定した更新プログラムを配置する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}
  • 操作IdUpdates_Put
CreateOrUpdateAsync(WaitUntil, String, UpdateData, CancellationToken)

指定した更新プログラムを配置する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}
  • 操作IdUpdates_Put
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}
  • 操作IdUpdates_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}
  • 操作IdUpdates_Get
Get(String, CancellationToken)

指定した更新プログラムを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}
  • 操作IdUpdates_Get
GetAll(CancellationToken)

すべての更新を一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates
  • 操作IdUpdates_List
GetAllAsync(CancellationToken)

すべての更新を一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates
  • 操作IdUpdates_List
GetAsync(String, CancellationToken)

指定した更新プログラムを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/updates/{updateName}
  • 操作IdUpdates_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<UpdateResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<UpdateResource>.GetEnumerator()

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

適用対象