次の方法で共有


GalleryImageVersionCollection クラス

定義

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

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

コンストラクター

GalleryImageVersionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, GalleryImageVersionData, CancellationToken)

ギャラリー イメージ バージョンを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GalleryImageVersionData, CancellationToken)

ギャラリー イメージ バージョンを作成または更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_CreateOrUpdate
Exists(String, Nullable<ReplicationStatusType>, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_Get
ExistsAsync(String, Nullable<ReplicationStatusType>, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_Get
Get(String, Nullable<ReplicationStatusType>, CancellationToken)

ギャラリー イメージのバージョンに関する情報を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_Get
GetAll(CancellationToken)

ギャラリー イメージ定義でギャラリー イメージのバージョンを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions
  • 操作IdGalleryImageVersions_ListByGalleryImage
GetAllAsync(CancellationToken)

ギャラリー イメージ定義でギャラリー イメージのバージョンを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/images/{galleryImageName}/versions
  • 操作IdGalleryImageVersions_ListByGalleryImage
GetAsync(String, Nullable<ReplicationStatusType>, CancellationToken)

ギャラリー イメージのバージョンに関する情報を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • 操作IdGalleryImageVersions_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<GalleryImageVersionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<GalleryImageVersionResource>.GetEnumerator()

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

適用対象