次の方法で共有


CommunityGalleryCollection クラス

定義

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

public class CommunityGalleryCollection : Azure.ResourceManager.ArmCollection
type CommunityGalleryCollection = class
    inherit ArmCollection
Public Class CommunityGalleryCollection
Inherits ArmCollection
継承
CommunityGalleryCollection

コンストラクター

CommunityGalleryCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(AzureLocation, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}
  • 操作IdCommunityGalleries_Get
ExistsAsync(AzureLocation, String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}
  • 操作IdCommunityGalleries_Get
Get(AzureLocation, String, CancellationToken)

ギャラリーのパブリック名でコミュニティ ギャラリーを取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}
  • 操作IdCommunityGalleries_Get
GetAsync(AzureLocation, String, CancellationToken)

ギャラリーのパブリック名でコミュニティ ギャラリーを取得します。

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}
  • 操作IdCommunityGalleries_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象