次の方法で共有


ApiManagementServiceCollection クラス

定義

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

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

コンストラクター

ApiManagementServiceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ApiManagementServiceData, CancellationToken)

API Management サービスを作成または更新します。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ApiManagementServiceData, CancellationToken)

API Management サービスを作成または更新します。 これは実行時間の長い操作であり、完了までに数分かかる場合があります。

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

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

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

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

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

API Management サービス リソースの説明を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}
  • 操作IdApiManagementService_Get
GetAll(CancellationToken)

リソース グループ内のすべてのAPI Management サービスを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service
  • 操作IdApiManagementService_ListByResourceGroup
GetAllAsync(CancellationToken)

リソース グループ内のすべてのAPI Management サービスを一覧表示します。

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

API Management サービス リソースの説明を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ApiManagementServiceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ApiManagementServiceResource>.GetEnumerator()

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

適用対象