次の方法で共有


GalleryCollection クラス

定義

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

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

コンストラクター

GalleryCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, GalleryData, CancellationToken)

Shared Image Galleryを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}
  • 操作IdGalleries_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, GalleryData, CancellationToken)

Shared Image Galleryを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}
  • 操作IdGalleries_CreateOrUpdate
Exists(String, Nullable<SelectPermission>, Nullable<GalleryExpand>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}
  • 操作IdGalleries_Get
ExistsAsync(String, Nullable<SelectPermission>, Nullable<GalleryExpand>, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}
  • 操作IdGalleries_Get
Get(String, Nullable<SelectPermission>, Nullable<GalleryExpand>, CancellationToken)

Shared Image Galleryに関する情報を取得します。

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

リソース グループの下にギャラリーを一覧表示します。

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

リソース グループの下にギャラリーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/gallerys
  • 操作IdGalleries_ListByResourceGroup
GetAsync(String, Nullable<SelectPermission>, Nullable<GalleryExpand>, CancellationToken)

Shared Image Galleryに関する情報を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<GalleryResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<GalleryResource>.GetEnumerator()

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

適用対象