次の方法で共有


PrivateStoreOfferCollection クラス

定義

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

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

コンストラクター

PrivateStoreOfferCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, PrivateStoreOfferData, CancellationToken)

プライベート ストアの特定のコレクションにオファーを更新または追加します。

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores/{privateStoreId}/collections/{collectionId}/offers/{offerId}
  • 操作IdPrivateStoreCollectionOffer_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PrivateStoreOfferData, CancellationToken)

プライベート ストアの特定のコレクションにオファーを更新または追加します。

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

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

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

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

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

特定のオファーに関する情報を取得します。

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

指定されたプライベート ストアとコレクション内のすべてのプライベート オファーの一覧を取得する

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

指定されたプライベート ストアとコレクション内のすべてのプライベート オファーの一覧を取得する

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

特定のオファーに関する情報を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<PrivateStoreOfferResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<PrivateStoreOfferResource>.GetEnumerator()

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

適用対象