次の方法で共有


ApiReleaseCollection クラス

定義

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

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

コンストラクター

ApiReleaseCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ApiReleaseData, Nullable<ETag>, CancellationToken)

API の新しいリリースを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/releases/{releaseId}
  • 操作IdApiRelease_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ApiReleaseData, Nullable<ETag>, CancellationToken)

API の新しいリリースを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/releases/{releaseId}
  • 操作IdApiRelease_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/releases/{releaseId}
  • 操作IdApiRelease_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/releases/{releaseId}
  • 操作IdApiRelease_Get
Get(String, CancellationToken)

API リリースの詳細を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/releases/{releaseId}
  • 操作IdApiRelease_Get
GetAll(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

API のすべてのリリースを一覧表示します。 API リリースは、API リビジョンを最新にしたときに作成されます。 リリースは、以前のリビジョンにロールバックするためにも使用されます。 結果はページングされ、$top および $skip パラメーターによって制限することができます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/releases
  • 操作IdApiRelease_ListByService
GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

API のすべてのリリースを一覧表示します。 API リリースは、API リビジョンを最新にしたときに作成されます。 リリースは、以前のリビジョンにロールバックするためにも使用されます。 結果はページングされ、$top および $skip パラメーターによって制限することができます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/releases
  • 操作IdApiRelease_ListByService
GetAsync(String, CancellationToken)

API リリースの詳細を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/releases/{releaseId}
  • 操作IdApiRelease_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ApiReleaseResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ApiReleaseResource>.GetEnumerator()

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

適用対象