次の方法で共有


ApiManagementTenantSettingCollection クラス

定義

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

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

コンストラクター

ApiManagementTenantSettingCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(SettingsType, CancellationToken)

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

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

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

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

テナント設定を取得します。

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

パブリック設定。

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

パブリック設定。

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

テナント設定を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ApiManagementTenantSettingResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ApiManagementTenantSettingResource>.GetEnumerator()

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

適用対象