次の方法で共有


TenantAccessInfoCollection クラス

定義

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

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

コンストラクター

TenantAccessInfoCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, AccessName, ETag, TenantAccessInfoCreateOrUpdateContent, CancellationToken)

テナント アクセス情報の詳細を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/{accessName}
  • 操作IdTenantAccess_Create
CreateOrUpdateAsync(WaitUntil, AccessName, ETag, TenantAccessInfoCreateOrUpdateContent, CancellationToken)

テナント アクセス情報の詳細を更新します。

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

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

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

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

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

シークレットなしでテナント アクセス情報の詳細を取得します。

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

Git エンドポイントと管理エンドポイントのアクセス情報の一覧を返します。

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

Git エンドポイントと管理エンドポイントのアクセス情報の一覧を返します。

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

シークレットなしでテナント アクセス情報の詳細を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<TenantAccessInfoResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<TenantAccessInfoResource>.GetEnumerator()

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

適用対象