MarketplaceAgreementCollection クラス

定義

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

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

コンストラクター

MarketplaceAgreementCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • 操作IdMarketplaceAgreements_GetAgreement
ExistsAsync(String, String, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • 操作IdMarketplaceAgreements_GetAgreement
Get(String, String, String, CancellationToken)

Marketplace 契約を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • 操作IdMarketplaceAgreements_GetAgreement
GetAllData(CancellationToken)

サブスクリプションのマーケットプレース契約を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements
  • 操作IdMarketplaceAgreements_List
GetAllDataAsync(CancellationToken)

サブスクリプションのマーケットプレース契約を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements
  • 操作IdMarketplaceAgreements_List
GetAsync(String, String, String, CancellationToken)

Marketplace 契約を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/agreements/{publisherId}/offers/{offerId}/plans/{planId}
  • 操作IdMarketplaceAgreements_GetAgreement
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

適用対象