次の方法で共有


GalleryApplicationVersionCollection クラス

定義

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

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

コンストラクター

GalleryApplicationVersionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, GalleryApplicationVersionData, CancellationToken)

ギャラリーアプリケーションバージョンを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • 操作IdGalleryApplicationVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GalleryApplicationVersionData, CancellationToken)

ギャラリーアプリケーションバージョンを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • 操作IdGalleryApplicationVersions_CreateOrUpdate
Exists(String, Nullable<ReplicationStatusType>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • 操作IdGalleryApplicationVersions_Get
ExistsAsync(String, Nullable<ReplicationStatusType>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • 操作IdGalleryApplicationVersions_Get
Get(String, Nullable<ReplicationStatusType>, CancellationToken)

ギャラリーのアプリケーション バージョンに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • 操作IdGalleryApplicationVersions_Get
GetAll(CancellationToken)

ギャラリーアプリケーション定義のギャラリーアプリケーションバージョンを一覧表示します。

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

ギャラリーアプリケーション定義のギャラリーアプリケーションバージョンを一覧表示します。

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

ギャラリーのアプリケーション バージョンに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
  • 操作IdGalleryApplicationVersions_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<GalleryApplicationVersionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<GalleryApplicationVersionResource>.GetEnumerator()

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

適用対象