次の方法で共有


PrivateStoreCollectionInfoCollection クラス

定義

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

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

コンストラクター

PrivateStoreCollectionInfoCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, Guid, PrivateStoreCollectionInfoData, CancellationToken)

プライベート ストア コレクションを作成または更新する

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • 操作IdPrivateStoreCollection_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, Guid, PrivateStoreCollectionInfoData, CancellationToken)

プライベート ストア コレクションを作成または更新する

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • 操作IdPrivateStoreCollection_CreateOrUpdate
Exists(Guid, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • 操作IdPrivateStoreCollection_Get
ExistsAsync(Guid, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • 操作IdPrivateStoreCollection_Get
Get(Guid, CancellationToken)

プライベート ストア コレクションを取得します

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • 操作IdPrivateStoreCollection_Get
GetAll(CancellationToken)

プライベート ストア コレクションの一覧を取得します

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections
  • 操作IdPrivateStoreCollection_List
GetAllAsync(CancellationToken)

プライベート ストア コレクションの一覧を取得します

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections
  • 操作IdPrivateStoreCollection_List
GetAsync(Guid, CancellationToken)

プライベート ストア コレクションを取得します

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}
  • 操作IdPrivateStoreCollection_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<PrivateStoreCollectionInfoResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<PrivateStoreCollectionInfoResource>.GetEnumerator()

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

適用対象