次の方法で共有


SharedGalleryCollection クラス

定義

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

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

コンストラクター

SharedGalleryCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}
  • 操作IdSharedGalleries_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}
  • 操作IdSharedGalleries_Get
Get(String, CancellationToken)

サブスクリプション ID またはテナント ID で共有ギャラリーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}
  • 操作IdSharedGalleries_Get
GetAll(Nullable<SharedToValue>, CancellationToken)

サブスクリプション ID またはテナント ID で共有ギャラリーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries
  • 操作IdSharedGalleries_List
GetAllAsync(Nullable<SharedToValue>, CancellationToken)

サブスクリプション ID またはテナント ID で共有ギャラリーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries
  • 操作IdSharedGalleries_List
GetAsync(String, CancellationToken)

サブスクリプション ID またはテナント ID で共有ギャラリーを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}
  • 操作IdSharedGalleries_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SharedGalleryResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SharedGalleryResource>.GetEnumerator()

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

適用対象