次の方法で共有


GalleryApplicationCollection クラス

定義

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

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

コンストラクター

GalleryApplicationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, GalleryApplicationData, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{galleryApplicationName}
  • 操作IdGalleryApplications_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GalleryApplicationData, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{galleryApplicationName}
  • 操作IdGalleryApplications_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{galleryApplicationName}
  • 操作IdGalleryApplications_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{galleryApplicationName}
  • 操作IdGalleryApplications_Get
Get(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{galleryApplicationName}
  • 操作IdGalleryApplications_Get
GetAll(CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications
  • 操作IdGalleryApplications_ListByGallery
GetAllAsync(CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleryName}/applications
  • 操作IdGalleryApplications_ListByGallery
GetAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{galleryApplicationName}
  • 操作IdGalleryApplications_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<GalleryApplicationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<GalleryApplicationResource>.GetEnumerator()

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

適用対象