PrivateStoreCollection クラス

定義

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

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

コンストラクター

PrivateStoreCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, Guid, PrivateStoreData, CancellationToken)

プライベート ストアのプロパティを変更する

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

プライベート ストアのプロパティを変更する

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

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

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

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

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

プライベート ストアに関する情報を取得する

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

使用可能なプライベート ストアの一覧を取得します。

  • 要求パス/プロバイダー/Microsoft.Marketplace/privateStores
  • 操作IdPrivateStore_List
GetAllAsync(String, CancellationToken)

使用可能なプライベート ストアの一覧を取得します。

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

プライベート ストアに関する情報を取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<PrivateStoreResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<PrivateStoreResource>.GetEnumerator()

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

適用対象